Clears the vector list.
Call Clear to remove all the vectors from the list.
Note |
---|
The list only stores pointers to the vectors. Clearing the list does not delete the vectors; it only decreases the reference count by 1. The vectors are freed when there are no more references to them. |
Namespace: CommonInterfaces
Delphi |
public |