RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.RemoveItem Method

Removes an element from the array.

Pascal
procedure RemoveItem(Index: Integer);
C++
__fastcall RemoveItem(int Index);

RemoveItem does the same thing as the Delete method. Use the Delete method instead. 

 

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