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