System.TVarRecord
Delphi
TVarRecord = record
C++
struct DECLSPEC_DRECORD TVarRecord
{
public:
void *PRecord;
void *RecInfo;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | System.pas System.hpp |
System | System |
Description
For internal use.
TVarRecord should not be used directly.