System.Rtti.TValue.TypeData
Delphi
property TypeData: PTypeData read GetTypeDataProp;
C++
__property System::Typinfo::PTypeData TypeData = {read=GetTypeDataProp};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TValue |
Description
Specifies a pointer to a TTypeData structure.
Use TypeData to obtain a pointer to the TTypeData structure describing the type of the stored value.