JVCL Help:TJvTFScheduleManager.ReconcileRefresh
JVCL Help: TJvTFScheduleManager.ReconcileRefresh Method
Search in JVCL Help
Search in all projectsSummary
Adds appointments to the internal cache.
Pascal
procedureReconcileRefresh(Scope: TObject);
Parameters
Parameters | Description |
Scope: TObject | Specifies the scope for the reconcile. Warning This method ignores the value of the RefreshAutoReconcile property. Use extreme caution in calling this method, especially if RefreshAutoReconcile is set to False! |
Description
This procedure will cache all affected appointments whose Refreshed property is set to False. Which appointments that are affected is controlled by Scope.
If Scope is a TJvTFAppt then only the appt specified by Scope is reconciled. If Scope is a TJvTFSched then all appointments that belong to that schedule are reconciled. If Scope is a TJvTFScheduleManager then all appointments that reside in the server are reconciled.
Under normal circumstances you will not have to call this method. Please see "Refresh Reconciliation" for more information.
See Also
TJvTFScheduleManager.RefreshAutoReconcile
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