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: [COLORPICKER GRAPHICS LISTENER TOOLBAR TOOLBOX]

TopIndex