Vcl.ComCtrls.TCoolBar.ShowText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowText: Boolean read FShowText write SetShowText default True;

C++

__property bool ShowText = {read=FShowText, write=SetShowText, default=1};

Properties

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

Description

Determines whether text is displayed on the bands.

If ShowText is true, the Text string of each TCoolBand is displayed on the band at runtime. If ShowText is false, only the TWinControl linked to the band is displayed.

See Also