TBasicAction.OnUpdate
Event triggered when the application is idle.
Declaration
Source position: classesh.inc line 2198
public Property
OnUpdate : TNotifyEvent;
Description
OnUpdate is the event triggered when the application is idle, and the action is being updated. The OnUpdate event 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.
See also
Name | Description |
---|---|
OnExecute | Event triggered when the action executes. |
Update | Triggers the OnUpdate event |
TNotifyEvent | Standard event handler type. |