[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Frees and Nils the list items stored in the container.
Source position: comctrls.pp line 1200
public procedure TOwnerDataListItems.Clear; override; |
Clear is an overridden method in TOwnerDataListItems. It reimplements the method introduced in the ancestor class (TListItems) to free and Nil each of the TListItem instances stored in the internal storage for the container. Prior to exit, the Count property is set to 0.
Clear does not call the inherited method.
|
Removes all list item instances stored in the container. |
|
|
The number of TListItem instances stored in the container. |
|
|
Represents the items created in TCustomListView and descendants. |
Version 4.0 | Generated 2025-05-03 | Home |