System.ObjAuto.PParamInfo
Delphi
type PParamInfo = ^TParamInfo;
C++
typedef TParamInfo *PParamInfo;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
pointer typedef |
public | System.ObjAuto.pas System.ObjAuto.hpp |
System.ObjAuto | System.ObjAuto |
Description
Pointer to TParamInfo.
PParamInfo is a pointer to the information block of a method parameter.