RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.DeleteSelected Method

Deletes the selected item from the drop-down list.

Pascal
procedure DeleteSelected; override;
C++
virtual __fastcall DeleteSelected();

DeleteSelected deletes the item specified by the ItemIndex property from the drop-down list. 

 

ItemIndex 

Items

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