TTypeInfo
Type information record
Declaration
Source position: typinfo.pp line 231
Type
TTypeInfo = record
public
Kind : TTypeKind;
Name : ShortString;
end
Description
The TypeInfo function returns a pointer to a TTypeInfo record.
Note that the Name field is stored with as much bytes as needed to store the name, it is not padded to 255 characters. The type data immediately follows the TTypeInfo record as a TTypeData record.