Managed field description.
Source position: typinfo.pp line 322
type TManagedField = packed record |
||
public |
||
|
Type information for the field. |
|
TypeRefRef: PPTypeInfo; |
|
Reference to type info of a managed 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. |