Record intialization data.
Source position: typinfo.pp line 604
| type TRecInitData = packed record | ||
| AttributeTable: PAttributeTable; | ||
| case TTypeKind of | ||
| tkRecord: ( | ||
| Terminator: Pointer; | 
 | ? | 
| Size: LongInt; | 
 | Size (in bytes) of the record. | 
| InitOffsetOp: PRecOpOffsetTable; | 
 | Pointer to management operator data for fields. | 
| ManagementOp: Pointer; | 
 | Pointer to management operator data for this record. | 
| ManagedFieldCount: LongInt; | 
 | Number of managed fields. | 
| ); | ||
| tkInt64: ( | ||
| dummy: Int64; | ||
| ); | ||
| end; | 
TRecInitData describes the generated RTTI info with which you can initialize a record that contains managed fields.