[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolButton.ShowCaption

Indicates if the Caption text is displayed on the tool button.

Declaration

Source position: comctrls.pp line 2194

published property TToolButton.ShowCaption : Boolean
  read FShowCaption
  write SetShowCaption
  default True;

Description

The ShowCaptions property in the parent tool bar takes precedence. Setting ShowCaption to False is relevant only when the List property in the tool bar is set to True.

See also

TToolBar.ShowCaptions

  

Indicates whether captions are displayed on tool bar buttons.

TToolBar.List

  

Indicates whether buttons on the tool bar are displayed using a list style.