JVCL Help:TJvTFScheduleManager.OnNeedAppts
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.OnNeedAppts Event
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when appointments needs to be loaded.
Pascal
propertyOnNeedAppts: TJvTFSchedEvent;
Description
This event is fired when a schedule needs to be loaded into the server. You need to provide code behind this event that will read the appropriate appointment data from your physical storage implementation, request an appointment object from the server, set its properties, and then add it to the given schedule.
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