|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
|
| A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used. |
|
|
|
|
|
|
|
| The Procedure Description type allows you to get information about a procedure or a method. |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| Executes a procedure in the main thread of the application without waiting for the end of its execution. |
|
|
|
|
|
|
|
| Triggers the execution of the procedure specified in the main application thread. |
|
|
|
|
|
|
|
| Some of the parameters passed to a procedure can be optional parameters... |
|
|
|
|
|
|
|
| To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)... |
|
|
|
|
|
|
|
| The programming of timers, threads and delayed procedures is now automatically managed by the environment... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| WEBDEV allows you to implement tasks on the server directly... |
|
|
|
|
|
|
|
| Reactive procedures are executed when the value of a control or variable changes... |
|
|
|
|
|
|
|
| Calls a server URL that returns data in JSON format (JavaScript Object Notation). |
|
|
|
|
|
|
|
| Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| The project description window allows you to configure various elements of your project...... |
|
|
|
|
|
|
|
| Adds a calculated row to a Table control by providing custom calculation procedures. |
|
|
|
|
|
|
|
| The code statistics affect...... |
|
|
|
|
|
|
|
| To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed...... |
|
|
|
|
|
|
|
| Used to:
Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile.... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls...... |
|
|
|
|
|
|
|
| Displays a custom message in a non-blocking system warning window. |
|
|
|
|
|
|
|
| The Notification type is used to handle the local notifications or the push notifications. |
|
|
|
|
|
|
|
| An enumeration is a set of values...... |
|
|
|
|
|
|
|
| The replication is the operation allowing you to keep updated remote databases of identical... |
|
|
|
|
|
|
|
| WINDEV allows you to easily manage the SOAP protocol by allowing you to create...... |
|
|
|
|
|
|
|
| A service is a specific type of application intended to be run without any user intervention...... |
|
|
|
|
|
|
|
| The action plans group all actions that will be performed by the software factory.... |
|
|
|
|
|
|
|
| The character strings can be handled by specific WLanguage functions... |
|
|
|
|
|
|
|
| The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...... |
|
|
|
|
|
|
|
| Running a project step-by-step allows you to start the debugger when launching the application...... |
|
|
|
|
|
|
|
| WINDEV Mobile manages the following events by default (in order of appearance in the code editor): |
|
|
|
|
|
|
|
| Depending on the type of replication to perform, WDReplic must be started...... |
|
|
|
|
|
|
|
| WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min |
|
|
|
|
|
|
|
| This page explains how to program TreeView Table controls...... |
|
|
|
|
|
|
|
| WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min |
|
|
|
|
|
|
|
| Synchronizes the master replica and the subscriber replica: the operations performed on one... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|