REST.JsonReflect.TTypeMarshaller.ComposeTypeName
Delphi
class function ComposeTypeName(Data: TObject): string;
C++
__classmethod System::UnicodeString __fastcall ComposeTypeName(System::TObject* Data);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TTypeMarshaller |
説明
指定されたオブジェクトのクラスの完全修飾名を返します。
たとえば、TObject のインスタンスを渡すと、ComposeTypeName は "System.TObject" を返します。