These commands show information about the structure and content of all instantiated objects.
DISPLAY | LIST OBJECTS
[ TO PRINTER [ PROMPT ]
| TO [ FILE ] cFileName [ ADDITIVE ] ]
[ NOCONSOLE ]Be prepared for a lot of output from this command. For each object, it shows the class hierarchy, a complete list of properties and their values, a list of member objects, and a list of methods and events.
You can get most of the information in the listing using AINSTANCE() and AMEMBERS(), but the only other way we've found to get a list of existing objects is with DISPLAY/LIST MEMORY.
o1=CREATEOBJECT("form")
LIST OBJECTS TO FILE object.txt NOCONSOLEAInstance(), AMembers(), CreateObject(), Display and List, Do Form
