JVCL Help:TJvMRUManager.Capacity

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how many items can be in the list.


Pascal

 propertyCapacity: Integer;


Description

Use Capacity to specify how many items the list can hold. When a new item is added that would make the list exceed Capacity, the oldest item is removed. What item is considered the "oldest item" is determined by the settings of Mode.


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