Vcl.ActnMan.TActionClientLink.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.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientLink

Description

Introduces an interface for assigning a client that is linked to the associated action.

Vcl.ActnMan.TActionClientLink.AssignClient inherits from System.Classes.TBasicActionLink.AssignClient. All content below this line refers to System.Classes.TBasicActionLink.AssignClient.

Introduces an interface for assigning a client that is linked to the associated action.

AssignClient does nothing in the TBasicActionLink class.

AssignClient is introduced in TBasicActionLink so that descendants can override it to assign a client of the proper type and to save the assigned client in the appropriate property.

Create calls AssignClient.

See Also