Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlActionLink.AssignClient

Called during construction, sets FClient to the given control.

Declaration

Source position: controls.pp line 904

protected procedure TControlActionLink.AssignClient(

  AClient: TObject

); override;

Arguments

AClient

  

The control linked to the action.

See also

TBasicActionLink