Application

<< Click to Display Table of Contents >>

 

Application

The word Application represents the current context of an object and can indicate functions executed in a Viewer, as well as executed in a Server. In this case, the Application object knows beforehand which functions must be executed for both cases. However, users cannot execute Viewer methods inside a Server, as well as users cannot execute Server methods inside a Viewer. Examples:

Application.ChangePassword: A Viewer method that allows changing the current user's password

Application.Trace(message): A Server method that writes a message to a text file

Was this page useful?