Source position: typinfo.pp line 469
type TRecInitData = packed record |
AttributeTable: PAttributeTable; |
case TTypeKind of |
tkRecord: ( |
Terminator: Pointer; |
Size: LongInt; |
InitOffsetOp: PRecOpOffsetTable; |
ManagementOp: Pointer; |
ManagedFieldCount: LongInt; |
); |
tkInt64: ( |
dummy: Int64; |
); |
end; |