JVCL Help:TJvTFScheduleManager.Flush
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManager.Flush Method
[+] TJvTFScheduleManager Events
[+] TJvTFScheduleManager Fields
[+] TJvTFScheduleManager Methods
[+] TJvTFScheduleManager Properties
Search in JVCL Help
Search in all projectsSummary
Removes cached objects.
Pascal
procedureFlush(All: Boolean = False); virtual;
Parameters
Parameters | Description |
All: Boolean = False | Indicates whether to flush all cached objects. |
Description
Use this method to manually flush cached objects from memory. If All is True, all cached objects will be flushed from memory. If All is False, cached objects are flushed according to the rules of the Cache.CacheType property.
See Also
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