FMX.Forms.TFormActionLink.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
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormActionLink

Description


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

FMX.Forms.TFormActionLink.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