Vcl.ActnMan.TCustomActionControl.ShowCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowCaption: Boolean read GetShowCaption;

C++

__property bool ShowCaption = {read=GetShowCaption, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

Indicates whether the control's caption should be shown.

Read ShowCaption to determine whether or not the custom action control's caption, a text description of the control's function, should be shown.