EVERY
Syntax EVERY name
 
Explanation The EVERY command outputs a list of those objects whose type is given as input. For a list of available types, see DECLARE.
 
Example EVERY "WINDOW
Result: [TOOLBAR COLORPICKER TOOLBOX GRAPHICS LISTENER WORKSPACEVIEW]

TopIndex