Application
The Application property gives a reference to the Scense App Object, and supports these properties and methods.
| Properties | Description |
| Comments | Returns a string containing comments about the running application. |
| CompanyName | Returns a string value containing the name of the company or creator of the running application. |
| EXEName | Returns the root name of the executable file (without the extension) that is currently running. |
| FileDescription | Returns a string value containing file description information about the running application. |
| LegalCopyright | Returns a string value containing legal copyright information about the running application. |
| LegalTrademarks | Returns a string value containing legal trademark information about the running application. |
| Major | Returns the major release number of the project. |
| Minor | Returns the minor release number of the project. |
| Path | Returns the path to the current exe file. |
| ProductName | Returns a string value containing the product name of the running application. |
| Revision | Returns the revision version number of the project. |
| Title | Returns the title of the application that is displayed in the Microsoft Windows Task List. |
Some properties and methods of the Application object are not listed above.