JVCL Help:TJvFullColorList.List

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

Search in JVCL Help

 
Search in all projects
 

Summary

Address of the list in memory.


Pascal

 propertyList: PJvFullColorArray;


Description

Retrieve the list location in the memory. This pointer is a dynamically allocated according to the Capacity property. This pointer is provided for fast memory access and copy of memory, no event is triggered when an item is changed in this array. Only capacity items are allocated (from 0 to Capacity-1), but only Count items are valid (from 0 to Count-1).


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