Applies To Objects
Description
Returns the Screen object associated with the session.
Syntax
Set rc = object.Screen
Element |
Description |
Set |
The Set statement, required for assigning an object reference to a variable. |
rc |
The object variable for referencing the returned object. |
object |
The Session object. |