Vcl.ComCtrls.TCoolBand.Text
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 プロパティに値を代入すると,バンドの左側でバンドの上に表示するテキストを作成できます。