RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseArray.Delete Method

Removes an element from the array.

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

Call Delete to remove the element indicated by the Index parameter, where 0 is the first element, 1 is the second element, and so on. All subsequent elements in the array are moved up to fill the gap left when the element is removed. 

 

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