[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Managed field description
Source position: typinfo.pp line 271
type TManagedField = packed record |
||
public |
||
|
Type information for the field |
|
TypeRefRef: PPTypeInfo; |
||
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. |