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

Description

Specifies the text string that appears on the band and identifies it in the bands editor.

Assign a value to Text to create text that appears on the band on the left of the band.

See Also

Code Examples