Vcl.ActnMan.TActionClientItem.ShowCaption
Delphi
property ShowCaption: Boolean read FShowCaption write SetShowCaption default True;
C++
__property bool ShowCaption = {read=FShowCaption, write=SetShowCaption, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TActionClientItem |
Description
Determines whether the caption for the TActionClientItem is drawn.
ShowCaption determines whether the caption of the TActionClient is displayed on an action band's UI element. Set ShowCaption to false to hide the item's caption when the item is rendered on an action band. Note that the CaptionOptions property of TActionClients objects takes precedence over ShowCaption. See the documentation for TActionClients' CaptionOptions for more details.