purge
purge() updating;
The purge method of the List class deletes all objects referenced in a list and clears the list collection; that is, size = 0.
The code fragment in the following example shows the use of the purge method.
myPopupColumnList.purge;