Record intialization data.
Source position: typinfo.pp line 433
type TRecInitData = packed record |
||
Terminator: Pointer; |
|
? |
Size: Integer; |
|
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: Integer; |
|
Number of managed fields. |
end; |
TRecInitData describes the generated RTTI info with which you can initialize a record that contains managed fields.