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;
VERSION 2018.0.01 | Copyright © 2018 Jade Software Corporation Limited. All rights reserved.