Vcl.ComCtrls.TCustomStatusBar.SimpleText

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

Delphi

property SimpleText: string read FSimpleText write SetSimpleText;

C++

__property System::UnicodeString SimpleText = {read=FSimpleText, write=SetSimpleText};

プロパティ

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


説明

SimplePanelTrue の場合にステータス バーに表示されるテキスト文字列を含みます。

メモ: Microsoft Windows XP 以前のバージョンでは、この文字列のサイズが 127 文字に制限されていました。 Microsoft Windows Vista、Windows 7、またはそれ以降の Windows オペレーティング システムでは、SimpleText にそのような制限はありません。

関連項目


コード サンプル