[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assigns a control (client) to the action link.
Source position: classesh.inc line 1689
protected procedure TBasicActionLink.AssignClient( |
AClient: TObject |
); virtual; |
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.
|
The action to which the link was assigned. |
lazarus-ccr.sourceforge.net |