[Overview][Types][Classes][Procedures and functions][Index] |
Deletes the current item selected in the control.
Source position: comboex.pas line 173
public procedure TCustomComboBoxEx.DeleteSelected; |
DeleteSelected uses the value in ItemIndex to determine if an item in the control has been selected. When ItemIndex contains a value other than -1, the Delete method is called to remove the item at the position in ItemIndex from the ItemsEx property. No actions are performed in the method when ItemIndex contains a non-zero negative value.
|
The index of the currently selected item, or -1 if no item is selected. |
|
|
Collection with the extended items defined for the control. |
|
|
Deletes the item stored at the specified ordinal position in ItemsEx. |
Version 4.0 | Generated 2025-05-03 | Home |