JVCL Help:TJvTFSchedLoadMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFSchedLoadMode type
Search in JVCL Help
Search in all projectsSummary
Type describing load modes.
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. |
Description
Specifies the different methods that TJvTFScheduleManager can use to load schedules. Please see TJvTFScheduleManager.SchedLoadMode and "Batch
Loading" for more information.
About
no pages or subcategories
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