JVCL Help:TJvEventCollectionItem.OnExecute
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvEventCollectionItem.OnExecute Event
[+] TJvEventCollectionItem Events
[+] TJvEventCollectionItem Methods
[+] TJvEventCollectionItem Properties
Search in JVCL Help
Search in all projectsSummary
Event to call at the preset dates and times.
Pascal
TScheduledEventExecute = procedure (Sender: TJvEventCollectionItem; const IsSnoozeEvent: Boolean) ofobject;
propertyOnExecute: TScheduledEventExecute;
Parameters
Parameters | Description |
IsSnoozeEvent | Flag to indicate if the execution is in response to a snooze request. If set to True the event is called because the snooze interval has passed, otherwise the event is called because it was scheduled that way. |
Sender | Reference to the scheduled event that is to be executed. |
Description
Write an OnExecute event handler to execute at the intervals specified by the Schedule property. The event will be executed in the context of the main VCL thread.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page