JVCL Help:TJvTFScheduleManager.OnNeedAppts

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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