Vcl.ActnMan.TActionListItem.Caption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Caption: string read GetCaption write FCaption;

C++

__property System::UnicodeString Caption = {read=GetCaption, write=FCaption};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionListItem

Description

The name displayed in the ActionBand components containing the action list.

The Caption string is the name displayed by the action band components when referring to ActionList. Visibility of the caption is controlled by the CaptionOptions property of the associatedTActionClients object and the ShowCaption field of the associated TActionClientItem object. Refer to the documentation for these properties for more information.

See Also