Data.DBXJSONReflect.TTransientField.TypeInstance

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

Delphi

property TypeInstance: TObject read FTypeInstance write FTypeInstance;

C++

__property System::TObject* TypeInstance = {read=FTypeInstance, write=FTypeInstance};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TTransientField

説明

そのフィールド値を持つオブジェクトのインスタンスを表します。

TypeInstance プロパティは、 そのフィールド値を持つオブジェクトのインスタンスを示します。

関連項目