Vcl.ComCtrls.TStatusPanel.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read FText write SetText;

C++

__property System::UnicodeString Text = {read=FText, write=SetText};

Properties

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

Description

Specifies the text appearing in the status panel.

The Text property contains a string that appears in the status panel if Style is set to psText.

See Also

Code Examples