[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TBasicActionLink.AssignClient

Assigns a control (client) to the action link.

Declaration

protected procedure TBasicActionLink.AssignClient(

  AClient: TObject

); virtual;

Description

AssignClient assigns a control to the actionlink and hence to the action. Descendent classes can override AssignClient to check whether the new client is a suitable client for this action.

See also

TBasicActionLink.Action

  

The action to which the link was assigned.