REST.JsonReflect.TRttiMetadataProvider.GetType

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TRttiMetadataProvider

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !