Application Functions
Application functions are functions that affect ViewX. They can be used to open a window, log a user on or off, change a user's password, display the online help, specify a particular Window Container or quit ViewX.
Each application function references an Application (App) object. So, in your script, you need to use the following format to reference an application function:
App.<function name>
For more information, see the topics that are listed in the gray footer section at the bottom of this topic. Select the relevant entry to display the topic that you require.
You can also use the Global Functions that are available for the App object.
NOTE: The App object also has properties that can be accessed (see Application Properties).