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