new AxPlatformUtils()
Provides various platform-related functionality
- Source:
Methods
(static) GetApplicationName() → {AxString}
Returns the full name of the application, including absolute path
- Source:
Returns:
The full name of the application, including absolute path
- Type
- AxString
(static) GetApplicationPath() → {AxString}
Returns the path to the application
- Source:
Returns:
The path to the application
- Type
- AxString
(static) GetPerformanceCounter() → {Integer}
Gets the current time stamp of the system's timer
The measuring unit is given by the GetPerformanceCounterFrequency method, which returns how many of the units are equal to one second
- Source:
Returns:
The current time stamp
- Type
- Integer
(static) GetPerformanceCounterFrequency() → {Integer}
Gets the frequency of the system's timer. The frequency is the timer's precicion and is measured in units per second
- Source:
Returns:
The frequency of the system's timer in units per second
- Type
- Integer
(static) ShowMessage(text)
Shows a message box on the screen
Parameters:
Name | Type | Description |
---|---|---|
text |
String | Contents of the message |
- Source: