Vcl.ComCtrls.THeaderSection.Text

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

Delphi

property Text: string read FText write SetText;

C++

__property System::UnicodeString Text = {read=FText, write=SetText};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSection

説明

ヘッダーセクションのキャプションを指定します。

Text プロパティは,ヘッダーセクションまたはその下の列を識別するための文字列を保持します。Style プロパティを hsText に設定すると,Text の値がヘッダーセクションに表示されます。

関連項目