JVCL Help:TJvTFScheduleManager.SchedLoadMode
JVCL Help: TJvTFScheduleManager.SchedLoadMode Property
Search in JVCL Help
Search in all projectsSummary
Specifies the manner in which schedules are loaded into TJvTFScheduleManager.
Pascal
propertySchedLoadMode: TJvTFSchedLoadMode;
Description
slmOnDemand will fire the OnNeedAppts event for each schedule to be loaded. slmBatch will caused the schedules to be batched and loaded at a later time when the OnLoadBatch and/or OnBatchesProcessed events fire.
See Also
Batch Loading
About
Notes
If SchedLoadMode is set to slmOnDemand, the OnLoadBatch and OnBatchesProcessed events will NOT fire unless a direct call is made to ProcessBatches. If SchedLoadMode is set to slmBatch, the OnNeedAppts event will NOT fire.
Please see "Batch Loading" for more information.
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