Vcl.ControlList.TControlListButtonActionLink.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.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TControlListButtonActionLink

Description

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

Vcl.ControlList.TControlListButtonActionLink.AssignClient inherits from Vcl.Controls.TControlActionLink.AssignClient. All content below this line refers to Vcl.Controls.TControlActionLink.AssignClient.

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

TControlActionLink overrides AssignClient to ensure that the client for the action descends from TControl. Descendants of TControlActionLink can further limit the type of client associated with the link. TControlActionLink saves the specified AClient client's control in the FClient field.

See Also