System.ObjAuto.PParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PParameters = ^TParameters;

C++

typedef TParameters *PParameters;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Pointer to System.ObjAuto.TParameters. For internal use.

You should not use PParameters directly.