|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| The controls can be copied from the window editor...... |
|
|
|
|
|
|
|
| List of functions for managing menus... |
|
|
|
|
|
|
|
| List of functions for managing menus... |
|
|
|
|
|
|
|
| The Memory property determines if the specified control is populated programmatically or is based... |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search... |
|
|
|
|
|
|
|
| Pauses the current service during the specified duration. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed... |
|
|
|
|
|
|
|
| The NumberColumn property is used to:
Get the number of columns in Table, Check Box, Radio... |
|
|
|
|
|
|
|
| The DoubleClick property is used to get and change the name of the Button control that will... |
|
|
|
|
|
|
|
| Checks which key is pressed. |
|
|
|
|
|
|
|
| Returns the alias of the specified MDI child window. |
|
|
|
|
|
|
|
| Positions on the last document found in Lotus Notes. |
|
|
|
|
|
|
|
| Positions on the first document found in Lotus Notes. |
|
|
|
|
|
|
|
| Positions on the document found before the current document in Lotus Notes. |
|
|
|
|
|
|
|
| Positions on the document found after the current document in Lotus Notes. |
|
|
|
|
|
|
|
| Used to find out whether a current document exists in Lotus Notes. |
|
|
|
|
|
|
|
| To access a class, the object must be declared as being part of the class to handle, this is called... |
|
|
|
|
|
|
|
| Usage example of the Data source type |
|
|
|
|
|
|
|
| The ScrollWithFinger property is used to:
Determine if the content of a control can be moved... |
|
|
|
|
|
|
|
| The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed... |
|
|
|
|
|
|
|
| Interactive notification management constants... |
|
|
|
|
|
|
|
| The Count property returns the number of elements in a given set. |
|
|
|
|
|
|
|
| The Empty property is used to determine if an element is empty. |
|
|
|
|
|
|
|
| The project comparator is used to compare two elements and to list the differences found...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|