JVCL Help:TJvTFSchedLoadMode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type describing load modes.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFSchedLoadMode = (
slmOnDemand,
slmBatch
);


Members

Members Description
slmOnDemand Requests data when necessary by calling the OnNeedAppts event.
slmBatch A call to ProcessBatches is required to load the data.

run\JvTFManager.pas


Description

Specifies the different methods that TJvTFScheduleManager can use to load schedules. Please see TJvTFScheduleManager.SchedLoadMode and "Batch

 Loading" for more information.

run\JvTFManager.pas


About

Navigation

no pages or subcategories

run\JvTFManager.pas



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