Data.DB.TField.DisplayLabel

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

Delphi

property DisplayLabel: string read GetDisplayLabel write SetDisplayLabel stored IsDisplayLabelStored;

C++

__property System::UnicodeString DisplayLabel = {read=GetDisplayLabel, write=SetDisplayLabel, stored=IsDisplayLabelStored};

プロパティ

種類 可視性 ソース ユニット
property published
Data.DB.pas
Data.DB.hpp
Data.DB TField

説明

データグリッドの対応する列ヘッダーに表示するテキストです。

DisplayLabel プロパティは,データグリッドに列ヘッダーを割り当てることができます。データグリッドの列ヘッダーは値を表す項目の DisplayName プロパティを使用します。DisplayLabel を設定すると,読み出し専用の DisplayName プロパティが FieldName から DisplayLabel に指定した文字列に変更されます。

関連項目