Vcl.ActnMan.TActionClientItem.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: TContainedAction read GetAction write SetAction;

C++

__property System::Actions::TContainedAction* Action = {read=GetAction, write=SetAction};

Properties

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

Description

Specifies the action category or action that the TActionClientItem represents.

When an action category or action is added to an action band, the specified action is automatically assigned to the Action property of the TActionClientItem object by the action manager.

Note: If the TActionClientItem represents an action band separator control, the Action property is nil (Delphi) or NULL (C++).

See Also