Vcl.ComCtrls.TToolButtonActionLink.AssignClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignClient(AClient: TObject); override;

C++

virtual void __fastcall AssignClient(System::TObject* AClient);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TToolButtonActionLink

Description

Assigns a client tool button that is linked to the associated action.

TToolButtonControlActionLink overrides AssignClient to ensure that the client for the link is a tool button control.

See Also