TManagedField
Managed field description
Declaration
Source position: typinfo.pp line 307
Type
TManagedField = packed record
private
function GetTypeRef : PTypeInfo;
public
property TypeRef : PTypeInfo;
TypeRefRef : PPTypeInfo;
FldOffset : SizeInt;
end
Description
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.
See also
| Name | Description |
|---|---|
| PTypeInfo | Pointer to TTypeInfo record |
| SizeInt | Signed integer type which fits for sizes |
| TManagedField | Managed field description |
| TTypeData | Class properties type data record. |
| TTypeInfo | Type information record |
| TTypeKind | Type of a property. |