RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBoxExStrings.Delete Method

Removes the item specified by the Index parameter.

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

Call Delete to remove a single item 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 in the drop-down list, where 0 is the first string, 1 is the second string, and so on. 

 

Add 

AddObject 

Clear 

IndexOf 

InsertObject 

Objects 

Strings

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