JVCL Help:TJvTFScheduleManagerCache.BufferCount
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFScheduleManagerCache.BufferCount Property
[+] TJvTFScheduleManagerCache Fields
[+] TJvTFScheduleManagerCache Methods
[+] TJvTFScheduleManagerCache Properties
Search in JVCL Help
Search in all projectsSummary
Sets the max number of unused objects to keep in memory.
Pascal
propertyBufferCount: Integer;
Description
This property specifies a maximum number of unused schedules objects that will remain in memory. The cache then becomes a "buffer" of the most recently used schedules. As schedules are added to the cache list, others are flushed from memory so that the number of cached schedules never exceeds BufferCount.
This property is ignored unless the CacheType is set to ctBuffer .
See Also
TJvTFScheduleManagerCache.CacheType
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