Vcl.ComCtrls.TCoolBand.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 TCoolBand

説明

バンドに表示して Bands エディタ内でバンドを識別するテキスト文字列を指定します。

Text プロパティに値を代入すると,バンドの左側でバンドの上に表示するテキストを作成できます。

関連項目