Vcl.ActnMan.TCustomActionControl.ActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActionClient: TActionClientItem read FActionClient write SetActionClient;

C++

__property TActionClientItem* ActionClient = {read=FActionClient, write=SetActionClient};

Properties

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

Description

Refers to the control's action client

Use ActionClient to obtain a reference to a TCustomActionControl's action client item. The action client item serves as an intermediary between the visible control and the action initiated by that control. See the documentation for the TActionClientItem object (referenced above) for more information.

See Also