|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The statement block is repeated endlessly... |
|
|
|
|
|
|
|
Using the FOR EACH statement on a variable of type jsonReader allows for different types of loops:- Loop through a level.
- Loop through a level with copy.
- In-depth loop.
Note: This feature is only available from version 2025 Update 3. |
|
|
|
|
|
|
|
| The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
|
The CONTINUE keyword can correspond: - to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
- to the CONTINUE: label. It allows you to declare a common code in a loop.
|
|
|
|
|
|
|
|
The keyword BREAK can correspond: - to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
- to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.
|
|
|
|
|
|
|
|
| The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
|
| In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
|
| The GOTO statement is used to run a code identified by a label... |
|
|
|
|
|
|
|
| This help page presents the different data sources available for a control.... |
|
|
|
|
|
|
|
| This help page explains how to create a Sum query with the query editor.... |
|
|
|
|
|
|
|
| List of functions for managing browsers... |
|
|
|
|
|
|
|
| This help page explains how to create a count query with the query editor.... |
|
|
|
|
|
|
|
| The xmlReader type is used to read an XML document without loading it in memory. |
|
|
|
|
|
|
|
| The principle of JITc technology (Just In Time Compilation) is straightforward...... |
|
|
|
|
|
|
|
| This help page explains how to manage a multi-selection in a Table control.... |
|
|
|
|
|
|
|
| Secures the export of confidential data in the AAFs (Automatic Application Features) that are used... |
|
|
|
|
|
|
|
| Modifies or returns the visibility state of the refresh bar in a window. |
|
|
|
|
|
|
|
| A Table control can be used to display the content of a data file or query...... |
|
|
|
|
|
|
|
| Displays the automatic zoom popup for the Image Gallery control. |
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one... |
|
|
|
|
|
|
|
| The result of a select query can be used in...... |
|
|
|
|
|
|
|
| In some cases, it may be useful to execute the same stored procedure multiple times by changing one... |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements... |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements... |
|
|
|
|
|
|
|
| Starting with version 23, an XML parser is available to handle XML files that are multiple GB... |
|
|
|
|
|
|
|
| Lists the subdirectories of a given directory and returns the full paths of listed subdirectories. |
|
|
|
|
|
|
|
| This help page explains how to manage a multi-selection in a List Box control.... |
|
|
|
|
|
|
|
| Creates a reader used to read an XML document without loading it in memory. |
|
|
|
|
|
|
|
| The Table control is available for Android and iOS applications...... |
|
|
|
|
|
|
|
| In some cases, it may be useful to run the same query multiple times while modifying one... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|