RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.List Property

Points to the array of values maintained by TBaseArray.

Pascal
property List: Pointer;
C++
__property void * List;

Use List to get direct access to the memory used to store the array items. Calculate the position of individual items in the list using the ItemSize property. 

To access specific items in the list, use the GetItem method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!