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

説明

ステータスパネルに表示されるテキストを指定します。

Style プロパティが psText の場合には,Text プロパティの文字列がステータスパネルに表示されます。

関連項目

サンプル コード