Vcl.ComCtrls.TStatusPanel.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 | TStatusPanel |
説明
ステータスパネルに表示されるテキストを指定します。
Style プロパティが psText の場合には,Text プロパティの文字列がステータスパネルに表示されます。
関連項目
サンプル コード