TypeOf
Return pointer to VMT of an object
Declaration
Source position: system.fpd line 96
function TypeOf(T: TObjectType) : Pointer;
Description
TypeOf is a compiler intrinsic: it returns a pointer to the VMT of the object type T.
See also
Name | Description |
---|---|
Default | Return Default initialized value |
GetTypeKind | Return type kind for a type |
TypeInfo | Return pointer to type information for type |