JVCL Help:TJvTFScheduleManager.Flush

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvTFScheduleManager.Cache


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