Vcl.RibbonActnCtrls.TRibbonComboControl.SetActionClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActionClient(Value: TActionClientItem); override;

C++

virtual void __fastcall SetActionClient(Vcl::Actnman::TActionClientItem* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboControl

Description

Sets the control's action client.

SetActionClient is used for setting the control's action client. The action client item serves as an intermediary between the visible control and the action initiated by that control.

See Also