|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| Returns the index of the selected element in a List Box, ListView or Combo Box control. |
|
|
|
|
|
|
|
| The following mechanism allows developers to write WLanguage code more easily in the code editor ...... |
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| Returns the index of the selected element in the Table or TreeView Table control. |
|
|
|
|
|
|
|
| A Table control populated programmatically is directly linked to lists stored in memory...... |
|
|
|
|
|
|
|
| List of constants used by telephony functions... |
|
|
|
|
|
|
|
| The Table control is used to simplify the display and the input of information stored in memory... |
|
|
|
|
|
|
|
| WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50... |
|
|
|
|
|
|
|
| The wizard for window creation allows you to easily create a window containing all main elements... |
|
|
|
|
|
|
|
| Allows the programs currently run to process the Windows messages or runs a temporization. |
|
|
|
|
|
|
|
| The controls can be copied from the page editor...... |
|
|
|
|
|
|
|
| The RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
|
| The wizard for creating iPad windows allows you to easily create a window containing all the main... |
|
|
|
|
|
|
|
| You want to include your code lines in a condition, in a structure, ...... |
|
|
|
|
|
|
|
| The InitialContent property gets the initial content:
of a List Box control populated... |
|
|
|
|
|
|
|
| WEBDEV proposes two modes for moving controls in a page...... |
|
|
|
|
|
|
|
| In a page, the anchors define how the content of a page will behave when the page is enlarged... |
|
|
|
|
|
|
|
| The InputEnabled property is used to:
Determine if a control or a group of controls is editable... |
|
|
|
|
|
|
|
| Returns the name of Nth control found in the specified element. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|