RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStringList.Delete Method

Removes the string specified by the Index parameter.

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

Call Delete to remove a single string from the list. If an object is associated with the string, the reference to the object is removed as well. Index gives the position of the string, where 0 is the first string, 1 is the second string, and so on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!