System.TypInfo.PRecordTypeField
Delphi
type PRecordTypeField = ^TRecordTypeField;
C++
typedef TRecordTypeField *PRecordTypeField;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.TypInfo.pas System.TypInfo.hpp | System.TypInfo | System.TypInfo | 
Description
PRecordTypeField is used internally to store record field RTTI information.
PRecordTypeField is a pointer to a TRecordTypeField record.
TRecordTypeField structures are automatically inserted by the Delphi compiler for all fields in a record that is marked to emit extended RTTI.
Do not use PRecordTypeField directly; instead, use the TRttiField class to gain access to field information associated with a Delphi record.