JVCL Help:TJvTFVarApptEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFVarApptEvent type
[+] JvTFManager.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type for events that might need to change an appointment.
Pascal
run\JvTFManager.pas
TJvTFVarApptEvent = procedure (Sender: TObject; var Appt: TJvTFAppt) ofobject;
Parameters
Parameters | Description |
Sender | The object that called the event. |
Appt | The appointment that might be changed. |
Description
This event type is used when the value of Appt may be changed in an event handler.
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