Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > purge

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;