Clear the list.
Source position: contnrs.pp line 562
public procedure TCustomBucketList.Clear; |
Clear clears the list. The items and their data themselves are not disposed of, this must be done separately. Clear only removes all references to the items from the list.
None.
|
Add an item to the list. |