JVCL Help:TJvTFScheduleManagerCacheType

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

Search in JVCL Help

 
Search in all projects
 

Summary

Represents the different settings for the caching system.

run\JvTFManager.pas


Pascal

 run\JvTFManager.pas
 TJvTFScheduleManagerCacheType = (
ctNone,
ctTimed,
ctBuffer
);


Members

Members Description
ctNone Signifies that no objects will be automatically removed from memory.
ctTimed Signifies that cached objects will be flushed periodically.
ctBuffer Signifies that only the most recently used schedules will remain in memory (as specified by BufferCount).

run\JvTFManager.pas


Description

Write here a description

run\JvTFManager.pas


About

Navigation

no pages or subcategories

run\JvTFManager.pas



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