HostOptions Method
Applies To Objects
Description
Returns the HostOptions object associated with the session. Read-only.
Syntax
Set rc = object.HostOptions
Element |
Description |
Set |
The Set statement, required for assigning an object reference to a variable. |
rc |
The returned Host Options object. |
object |
The Screen object. |
Comments
The returned HostOptions object gives access to many of the options (Settings: Display) on the Options menu.
The HostOptions object is not "bound" to the current contents of the screen. It is deleted when its reference count drops to zero.