REST.JsonReflect.TRttiMetadataProvider.GetType
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 */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TRttiMetadataProvider |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。