[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assigns the OnExecute handler to the client
Source position: classesh.inc line 1693
protected procedure TBasicActionLink.SetOnExecute( |
Value: TNotifyEvent |
); virtual; |
SetOnExecute must be overridden by descendent classes to pass the OnExecute handler of the associated action to the client control. It will attach the OnExecute handler to whatever handler is appropriate for the client control.
|
Event triggered when the action executes. |
|
|
Abstract base class for all Actions. |
lazarus-ccr.sourceforge.net |