|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| of the current row in the current Looper control,
the index of the current indexed control.... |
|
|
|
|
|
|
|
| Box controls based on a data file,
browsing Looper controls.... |
|
|
|
|
|
|
|
| attributes of Looper controls,
images, clickable images and thumbnails with automatic sequence.... |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a data file, to allow a user... |
|
|
|
|
|
|
|
| Indicates whether the automatic zoom popup of the Image Gallery control is displayed. |
|
|
|
|
|
|
|
| is automatically indented to highlight the structure of the loops used in the program...... |
|
|
|
|
|
|
|
| ... Gallery Looper control. |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a data file or query,... |
|
|
|
|
|
|
|
| Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted... |
|
|
|
|
|
|
|
| was created with TableAddXXX or TableInsertXXX.
in a Looper control, whether the current row was created... |
|
|
|
|
|
|
|
| The Gesture variable is used to retrieve the gesture parameters (swipe)...... |
|
|
|
|
|
|
|
| The FOR EACH statement is used to browse strings according to different methods... |
|
|
|
|
|
|
|
| The FOR EACH statement is used to perform different types of browse on the associative arrays... |
|
|
|
|
|
|
|
| This help page explains how to create an SQL query to filter records.... |
|
|
|
|
|
|
|
| The popup being a control of the page, you have the ability to access:
the page controls... |
|
|
|
|
|
|
|
| The FOR EACH statement is used to perform different types of browse on the arrays... |
|
|
|
|
|
|
|
| The Empty property is used to determine if:
a Looper, Table, List Box or Combo Box control... |
|
|
|
|
|
|
|
| The Upload control is used to upload files on the Web server...... |
|
|
|
|
|
|
|
| WINDEV includes several Automatic Application Features (AAFs)...... |
|
|
|
|
|
|
|
| The FOR EACH statement is used to browse the available values in the enumerations. |
|
|
|
|
|
|
|
| The FOR EACH statement is used to browse the available values in the combinations. |
|
|
|
|
|
|
|
| This help page explains how to browse the directories found on a disk.... |
|
|
|
|
|
|
|
| This help page explains how to create a sort query with the query editor.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|