REST.JsonReflect.TRttiMetadataProvider.GetType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetType(ATypeInfo: PTypeInfo): TRttiType; overload; inline;
function GetType(AClass: TClass): TRttiType; overload; inline;
function GetType(AObj: TObject): TRttiType; overload; inline;
function GetType(const AQualifiedName: string): TRttiType; overload; inline;

C++

System::Rtti::TRttiType* __fastcall GetType(System::Typinfo::PTypeInfo ATypeInfo)/* overload */;
System::Rtti::TRttiType* __fastcall GetType(System::TClass AClass)/* overload */;
System::Rtti::TRttiType* __fastcall GetType(System::TObject* AObj)/* overload */;
System::Rtti::TRttiType* __fastcall GetType(const System::UnicodeString AQualifiedName)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TRttiMetadataProvider

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.