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

TBasicActionLink.AssignClient

Assigns a control (client) to the action link.

Declaration

Source position: classesh.inc line 1689

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

Action

  

The action to which the link was assigned.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.