Vcl.StdCtrls.TButtonActionLink.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.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TButtonActionLink

Description

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

TButtonActionLink overrides AssignClient to ensure that the client for the action is a button control.

See Also