[Overview][Types][Classes][Procedures and functions][Index] |
Clears the contents in the ItemsEx collection.
Source position: comboex.pas line 171
public procedure TCustomComboBoxEx.Clear; override; |
Clear is an overridden method used to clear the contents in the ItemsEx collection. Clear overrides the behavior from the ancestor class by accessing the Clear method in the ItemsEx property, instead of the Items property.
|
Collection with the extended items defined for the control. |
|
|
Provides indexed access to the list of items maintained in the collection. |
|
Version 4.0 | Generated 2025-05-03 | Home |