[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Managed field description
Source position: typinfo.pp line 136
type TManagedField = packed record |
||
TypeRef: PTypeInfo; |
|
Type information for the field |
FldOffset: SizeInt; |
|
Offset in the record memory layout |
end; |
TManagedField describes 1 managed field in a record. It consists of type information (TypeRef) and an offset in the record's memory layout (FldOffset). Size can be determined from the type information.
|
Managed field description |
|
|
Type of a property. |
|
|
Class properties type data record. |