Using the DISPLAY OBJECTS CommandLast reviewed: April 30, 1996Article ID: Q131345 |
The information in this article applies to:
SUMMARYThe DISPLAY OBJECTS command's behavior is similar to that of the DISPLAY MEMORY command. However, DISPLAY OBJECTS reports information about objects instead of memory variables.
MORE INFORMATIONDISPLAY OBJECTS displays the following information about all existing objects:
ExampleThe following code creates the object oCustom based on the custom class and directs the output of the DISPLAY OBJECT command to the file TEST.TXT.
oCustom=Createobject("CUSTOM") DISPLAY OBJECT LIKE oCustom TO FILE TEST.TXT Output from Example Code
Object: OCUSTOM Pub O CUSTOMClass Tree: CUSTOMProperties: BASECLASS C "Custom" CLASS C "Custom" CLASSLIBRARY C "" COMMENT C "" HEIGHT N 17 LEFT N 0 NAME C "Custom1" PARENTCLASS C "" PICTURE C "" TOP N 0 WIDTH N 100Methods and Events: ADDOBJECT DESTROY ERROR INIT REMOVEOBJECT SAVEASCLASS |
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |