Contains information about the current project. This object is accessible at the window.external object from inside an Actions Tree Setup HTML code.
Functions
Emulates the user pressing the Cancel button.
| object GetColumnNames |
( |
string |
tableName |
) |
Retrieves an array that contains the list of columns in the given table.
- Parameters:
-
| tableName |
The data table for which to get the column names. |
| object GetParam |
( |
string |
name |
) |
Retrieves the value of the given parameter if it has been previously set. Use this property to set the values of the input elements in the form to the values previously given by the user.
- Parameters:
-
| name |
The name of the parameter to retrieve. |
Returns an array containing the list of Kinds in the current project.
Returns an array containing the list of data tables in the current project.
Returns an array containing the list of variable names in the current project.
Properties
Indicates whether the parameters have been previously set by the user. If true, your code should set the values of the input elements in the form to the values given by the user.