System variables

Applies to:
Variables

 

Description:

System variables provide runtime values about the application. The following system variables are available (to be chosen via the parameter selection):

 

<_CurrentDir_>  returns the path to the working directory of the final application. This variable is necessary for relative linking.

 

<_CurrentState_> returns the name of the state the application is working in at the moment the parameter is used (during runtime of the application).

 

<_Scan_> (only available on the scanning dialog within a scan): returns the value of the URL, which is currently investigated during the scan. Please refer to Scanning for an example of its usage.

 

<_MouseLeft_> returns the mouse pointer left position in pixels (seen from left of the screen at the moment the variable is used).

 

<_MouseTop_> returns the mouse pointer top position in pixels (seen from top of the screen at the moment the variable is used).

 

<_ScreenWidth_> returns the width of the user screen (screen resolution) in pixels.

 

<_ScreenHeight_> returns the height of the user screen (screen resolution) in pixels.

 

<_WinDir_> returns the Windows installation directory of the computer, which enables you to create relative paths to the windows directory.

 

Related topics:

Parameter selection button - easy parameter creation