REST.JsonReflect.TRttiMetadataProvider.GetType

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.