Class: AxPlatformUtils

AxPlatformUtils()

new AxPlatformUtils()

Provides various platform-related functionality
Source:

Methods

(static) Base64ToArrayBuffer(base64String) → {ArrayBuffer}

Decodes a native string containing data encoded in base64 format and returns an ArrayBuffer containing the data itself
Parameters:
Name Type Description
base64String String The native string containing the data, encoded in base64 format
Source:
Returns:
An array buffer containing the decoded data
Type
ArrayBuffer

(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:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)