Vcl.DBGrids.TColumn.FieldName

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

Delphi

property  FieldName: string read FFieldName write SetFieldName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

説明

列によって表される項目の名前を示します。

FieldName プロパティを設定すると Field プロパティが変更されて,FieldName は同じ名前のデータセット項目を指します。データセットに同じ名前の項目がない場合,Field プロパティは nil(Delphi)または NULL(C++)に設定されます。

関連項目