System.Rtti.TValue.TypeData

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also