[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return pointer to type information for type
Source position: system.fpd line 92
function TypeInfo( |
const T: AnyType |
):Pointer; |
TypeInfo is a compiler intrinsic: it returns a pointer to the generated type information (RTTI) for the type T. If no type information was yet generated for the type, this statement will ensure that type information is available, i.e. the result is always non-nil.
|
Return Default initialized value |
|
|
Return pointer to VMT of an object |
|
|
Return type kind for a type |
|
|
Initialize memory block using RTTI |
|
|
Finalize (clean up) memory block using RTTI |