RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListBox.DeleteString Method

Deletes a string from the list box.

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

DeleteString deletes the string, specified by the Index parameter, from the list box control. 

 

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