RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.DeleteString Method

Deletes a string from the list box.

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

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

 

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