Vcl.ComCtrls.TToolBar.ShowCaptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCaptions: Boolean read FShowCaptions write SetShowCaptions default False;

C++

__property bool ShowCaptions = {read=FShowCaptions, write=SetShowCaptions, default=0};

Properties

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

Description

Determines whether text captions are displayed on tool buttons.

If ShowCaptions is set to true, tool buttons appear in the toolbar with their captions displayed. Setting ShowCaptions to true may increase the size of the tool buttons.

See Also

Code Examples