[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Event trigged when the application is idle.
Source position: classesh.inc line 1425
public property TBasicAction.OnUpdate: TNotifyEvent |
OnUpdateis the event triggered when the application is idle, and the action is being updated. The OnUpdateevent can be used to set the state of the action, for instance disable it if the action cannot be executed at this point in time.
|
Triggers the OnUpdateevent |
|
|
Event triggered when the action executes. |