JVCL Help:TJvFullColorList.Count

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

Search in JVCL Help

 
Search in all projects
 

Summary

Number of items in the list.


Pascal

 propertyCount: Integer;


Description

This property is the number of valid items in the list. All items are placed at the beginning of the list (from 0 to Count-1), items between Count and Capacity-1 are allocated but not valid. Changing the Count property delete the last items from the list.


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