JVCL Help:TJvTFSchedEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFSchedEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type for schedule events.
Pascal
run\JvTFManager.pas
TJvTFSchedEvent = procedure (Sender: TObject; Schedule: TJvTFSched) ofobject;
Parameters
Parameters | Description |
Sender | The object that fired the event, which is most likely to be a TJvTFScheduleManager. |
Schedule | Contains the schedule object that is being affected. |
Description
The TJvTFSchedEvent type is used for schedule related events, like OnCreateSchedule, OnDestroySchedule, OnNeedAppts and OnRefreshSched.
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