| [Overview][Types][Classes][Procedures and functions][Index] | 
Deletes the check box at the specified position.
Source position: comboex.pas line 320
| public procedure TCustomCheckCombo.DeleteItem( | 
| AIndex: Integer | 
| ); | 
| AIndex | 
 | Ordinal position for the item removed in the method. | 
Ensures that an object instance stored in Objects is freed before removing the item. Calls the Delete method to remove the item at the position in AIndex.
| 
 | Provides indexed access to the Data for a check box defined in Items. | |
| Version 4.0 | Generated 2025-05-03 | Home |