Vcl.DBGrids.TColumn.Title

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

Delphi

property  Title: TColumnTitle read FTitle write SetTitle;

C++

__property TColumnTitle* Title = {read=FTitle, write=SetTitle};

プロパティ

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

説明

列のタイトルを表す TColumn Title を指定します。

Title プロパティは,列のタイトルを決める TColumn Title オブジェクトを指します。FieldName を設定すると,FieldName の値はデフォルトの列タイトル(TColumn Title オブジェクトの Caption プロパティ)になります。

データグリッドの Options プロパティに dgTitles フラグが設定されている場合にのみ,列のタイトルが実行時に表示されます。

関連項目