Data.DBXJSONReflect.TTransientField.FieldName

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

Delphi

property FieldName: string read FFieldName write FFieldName;

C++

__property System::UnicodeString FieldName = {read=FFieldName, write=FFieldName};

プロパティ

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

説明

そのフィールドの名前を表します。

FieldName プロパティは、そのフィールドの名前を示します。

関連項目