Open main menu

RAD Studio API Documentation β

Vcl.ActnList.TAction.Caption

Delphi

property Caption;

C++

__property Caption = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TAction

Description

Represents the caption of the action.

Vcl.ActnList.TAction.Caption inherits from System.Actions.TContainedAction.Caption. All content below this line refers to System.Actions.TContainedAction.Caption.

Represents the caption of the action.

Caption holds the string that is used as the caption of the action, when it is set. The value of Caption can be propagated to all client controls and client menu items linked to the action.

See Also