[Overview][Constants][Types][Classes][Procedures and functions] |
Return a pointer to type data, based on type information.
Source position: typinfo.pp line 187
function GetTypeData( |
TypeInfo: PTypeInfo |
):PTypeData; |
GetTypeDatareturns a pointer to the TTypeDatarecord that follows after the TTypeInforecord pointed to by TypeInfo. It essentially skips the Kindand Namefields in the TTypeInforecord.
None.