Vcl.ComCtrls.TStatusBar.SimpleText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SimpleText: string read FSimpleText write SetSimpleText default 0;

C++

__property SimpleText = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

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

Vcl.ComCtrls.TStatusBar.SimpleText inherits from Vcl.ComCtrls.TCustomStatusBar.SimpleText. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.SimpleText.

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