Standard front calls
Standard front call functions provide common utility APIs to control the front-end.
This table shows the functions implemented by the front-ends in the "standard"
module, available on all front-ends.
| Function Name | Description | 
|---|---|
 | 
Adds to the content of the clipboard. | 
 | 
Clears the content of the clipboard. | 
 | 
Gets the content of the clipboard. | 
 | 
Pastes the content of the clipboard to the current field. | 
 | 
Set the content of the clipboard. | 
 | 
Executes a command on the front-end platform, with or without waiting. | 
 | 
Queries general front-end properties. | 
 | 
Returns an environment variable set in the user session on the front end platform. | 
 | 
Prints a screenshot of the current window | 
 | 
Opens an URL with the default URL handler of the front-end. | 
 | 
Displays a file dialog window to get a directory path on the local file system. | 
 | 
Displays a file dialog window to let the user select a single file path on the local file system. | 
 | 
Displays a file dialog window to let the user select a list of file paths on the local file system. | 
 | 
Plays the sound file passed as parameter on the front-end platform. | 
 | 
Displays a file dialog window to get a path to save a file on the local file system. |