Vcl.ComCtrls.TCustomStatusBar.SimpleText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SimpleText: string read FSimpleText write SetSimpleText;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Contains a text string to be displayed in the status panel when SimplePanel is True.

Note: Microsoft Windows XP and earlier versions limited the size of the string to 127 chars. Under Microsoft Windows Vista, Windows 7, or later Windows operating systems, SimpleText has no such limit.

See Also

Code Examples