JVCL Help:TJvFullColorList.Capacity
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFullColorList.Capacity Property
[+] TJvFullColorList Events
[+] TJvFullColorList Methods
[+] TJvFullColorList Properties
Search in JVCL Help
Search in all projectsSummary
Number of items allocated.
Pascal
propertyCapacity: Integer;
Description
The Capacity property is the number of items allocated to store the list's content. Capacity is always greater or equal (> =) than the Count property. When there is not enough space to store new items, the Capacity property is incremented by the AllocBy property.
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