JVCL Help:TJvTFApptEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFApptEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type for appointment related events.
Pascal
run\JvTFManager.pas
TJvTFApptEvent = procedure (Sender: TObject; Appt: TJvTFAppt) ofobject;
Parameters
Parameters | Description |
Sender | Sender will be the object that fired the event, which is most likely to be a TJvTFScheduleManager. |
Appt | Appt will contain the appointment object that is being affected. |
Description
The TJvTFApptEvent type is used for appointment related events such as OnPostAppt and OnDeleteAppt.
See Also
TJvTFScheduleManager.OnCreateAppt, TJvTFScheduleManager.OnDeleteAppt, TJvTFScheduleManager.OnDestroyAppt, TJvTFScheduleManager.OnPostAppt, TJvTFScheduleManager.OnRefreshAppt
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