Data.DBXJSONReflect.TTypeMarshaller.DecomposeTypeName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure DecomposeTypeName(const TypeName: string; out UnitName: string;  out ClassName: string);

C++

__classmethod void __fastcall DecomposeTypeName(const System::UnicodeString TypeName, /* out */ System::UnicodeString &UnitName, /* out */ System::UnicodeString &ClassName);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTypeMarshaller

説明

型の名前から、ユニット名とクラス名を再度格納します。

DecomposeTypeName メソッドは、型の名前からユニット名とクラス名を再度格納します。

メモ:  TypeName パラメータが、ComposeTypeName メソッドによって生成される型の名前です。

関連項目