System.Classes.TBasicActionLink.AssignClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignClient(AClient: TObject); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TBasicActionLink

Description

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