RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.GetItem Method

Returns the element in the array at the indicated position.

Pascal
procedure GetItem(index: Integer; var Value);
C++
__fastcall GetItem(int index,  Value);

Call GetItem to obtain the value of an element in the array. The Index parameter indicates the element of the array, where the first element has the index 0, the second element has the index 1, and so on. 

 

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