Article ID: 107850
Article Last Modified on 1/8/2003
Object Use ---------------------------------------------------------------------- Screen Supplies data on current form, control, and screen display. Printer Enables printing text and graphics to the printer. App Supplies information specific to the application. Clipboard Gives access to the Windows Clipboard. Debug Enables printing to the Debug window in Visual Basic.Because the system objects are global, you can use them in code anywhere in your application. You cannot declare object variables for any of these system objects, and you cannot pass the system objects to a procedure.
Additional query words: 3.00
Keywords: KB107850