dark_mode edit EN

WApp

  • Inherits from: None

    File: zApp.prg

Single-instance, automatic class for controlling the entire application, managing the different documents, and initial routing of the application. It also provides important information about the environment in which the application runs.

This class creates the following public variables:

  • App: Variable that points to the WApp object itself, which is automatically created when the application starts.
  • Engine: Variable that points to the single-instance WEngine object responsible for deployment.
  • Document: Variable that points to the active WDoc object, which will be deployed.
  • Forms: Variable that points to a JSON string containing all the forms created by the form editor that have been included as a resource within the executable.