FMX.Controls.TControlActionLink.AssignClient

From RAD Studio API Documentation

Delphi

procedure AssignClient(AClient: TObject); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControlActionLink

Description

Introduces an interface for assigning a client that is linked to the associated action. {{#multireplace:FMX.Controls.TControlActionLink.AssignClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TBasicActionLink.AssignClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TBasicActionLink.AssignClient|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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