Methods and Properties of the Host Object

HostExplorer Programming

Methods and Properties of the Host Object

The Host object methods and properties let you configure and manipulate all aspects of a screen. You can access a host screen in two ways. You can use the CurrentHost object, which always refers to the screen that has or last had the focus, or the Hosts(n) object where n is a value from 1 to Hosts.Count (the total number of available sessions). The latter is the method used to access the n'th session available. If you are writing scripts that simply access one session, use of the CurrentHost object is the recommended method. You can access host methods directly using the With statement, or by creating an object for easy reference.

The following Host object methods and properties are available:

  • SaveQuickKeyFile