[Overview][Types][Classes][Procedures and functions][Index] |
Deletes the item stored at the specified ordinal position in ItemsEx.
Source position: comboex.pas line 172
public procedure TCustomComboBoxEx.Delete( |
AIndex: Integer |
); |
AIndex |
|
Ordinal position for the item deleted in the method. |
Delete calls the Delete method in ItemsEx to remove the collection item at the position specified in AIndex.
|
Collection with the extended items defined for the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |