[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Removes all items from the list box control.
Source position: stdctrls.pp line 616
public procedure TCustomListBox.Clear; virtual; |
Clear is a procedure used to remove all values stored in the Items property. Clear calls the Clear method in Items, and sets the value in ItemIndex to -1 to indicate that no item is selected in the control.
|
The list of all items defined in the control. |
|
|
Ordinal position for the currently selected item, -1 if none. |
|
Version 4.0 | Generated 2025-05-03 | Home |