The Application object also has Styles property that defines the look of all the List and Form view objects created by this Application.
| Name | Description |
|---|---|
| DefaultDataSourcesFileName | The name of the data sources file that will be automatically opened by the Application object. |
| DataSources | The currently open data sources file. |
| Challenge | The current challenge for credentials. |
| Styles | The set of Application level styles that define the look of List and Form views created from the Application object. |
| PostType | The type of result that was posted from the client. |
| Name | Description |
|---|---|
| New | Create a new untitled data sources file. Closes the open data sources file. |
| Open | Open a Gatsby data sources file |
| Close | Close any open databases that are mounted on the data source. |
| CreateForm | Creates a new Gatsby Form view. |
| CreateList | Creates a new Gatsby List view |
| CreateLogin | Creates a new Login form. |
| ProcessPost | Processes the posted results of a form |