Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ApplicationURL | String | “” | The URL to contact for the child application. If bundling a web app child, this should remain empty. |
BundleID | String | “com.mycompany.myapp” | The bundle identifier used for various internal operations including determining path for local storage. Must be unique. |
ChildIsDebugging | Boolean | False | If set to True, you can launch your web application from the Xojo IDE using port 8080 before running the desktop application in order to debug interactions. |
ExecutableName | String | “” | Name of the child executable file without extensions such as “.exe” for Windows. |
RememberPosition | Boolean | True | When True, the application will write its window position to the user’s local database and remember it between launches. |
RememberSize | Boolean | True | When True, the application will write its window size to the user’s local database and remember it between launches. |
Secure | Boolean | False | Determines whether the child application will be launched using SSL. Requires the child application to have a valid SSL certificate. |
UpdateURL | String | “” | URL to the location of the version.json file on hosted web space. |