System.PVarRecord
Delphi
PVarRecord = ^TVarRecord;
C++
typedef TVarRecord *PVarRecord;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Pointer to TVarRecord.
TVarRecord should not be used directly.