Removes the list item specified in AIndex from the container.
Source position: comctrls.pp line 1172
public procedure TListItems.Delete( |
const AIndex: Integer |
); |
AIndex |
|
Ordinal position in the container for the list item deleted in the method. |
Delete accesses the list item in the internal storage, casts it to the TListItem type, and calls its Delete method to free the class instance.
|
Removes the list item from the container. |
| Version 4.6 | Generated 2026-02-20 | Home |