<-Back

Function: Gwl:Clear-All-Instances

CLEAR-ALL-INSTANCES void

Clears all instances from GWL's master table of root-level instances. The instance IDs are the numbers you see in published GWL URIs, and are available as the "instance-id" message within each GWL object which inherit from base-html-sheet. Clearing all the instances makes available for garbage collection all memory used by the object hierarchies rooted at the instances, as well as all associated published URIs.

example:
 
  (clear-all-instance)

<-Back