JVCL Help:TJvTFScheduleManager.OnFlush

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the cache is flushed.


Pascal

 TJvTFFlushEvent = procedure (Sender, FlushObj: TObject; var FlushIt: Boolean) ofobject;
propertyOnFlush: TJvTFFlushEvent;


Parameters

Parameters Description
FlushIt Specify whether to remove the FlushObj object from memory.
FlushObj The object that is about to be removed from memory (either a TJvTFSched or a TJvTFAppt).
Sender The object that has fired the event and most likely will be a TJvTFScheduleManager.


Description

The OnFlush event is fired when the caching system is about to remove an object from memory. You could use this event to "filter" which objects are actually removed from memory. The TJvTFFlushEvent type is used for the OnFlush event. If you set FlushIt to False, the FlushObj will not be removed from memory.


See Also

TJvTFFlushEvent, TJvTFScheduleManager.Flush, TJvTFScheduleManager.Flushing


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