|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Several features require a procedure called once or several times via a WLanguage function ("Callback"). |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
The Procedure type is used to handle through programming: - the procedures or methods found in the project.
- the procedures or methods found in an internal component.
- the procedures or methods found in an external component.
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| The Procedure Description type allows you to get information about a procedure or a method. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| Syntax for calling a local or global 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. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| Some of the parameters passed to a procedure can be optional parameters... |
|
|
|
|
|
|
|
| WEBDEV allows you to implement tasks on the server directly... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Reactive procedures are executed when the value of a control or variable changes... |
|
|
|
|
|
|
|
| Seeks a procedure identified by its name. The procedure found can be run directly. |
|
|
|
|
|
|
|
| The RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Executes a procedure in the main thread of the application without waiting for the end of its execution. |
|
|
|
|
|
|
|
| The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
|
| Detects and signals an error on required controls left empty and/or controls with invalid data.... |
|
|
|
|
|
|
|
| You have the ability to use external languages with WINDEV...... |
|
|
|
|
|
|
|
| The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
|
| Opens the default messaging software:
of Web user on the browser computer.
of the user... |
|
|
|
|
|
|
|
| WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external... |
|
|
|
|
|
|
|
| The "Internal Window" control is used to display an existing internal window...... |
|
|
|
|
|
|
|
| The advanced types of WLanguage are as follows... |
|
|
|
|
|
|
|
| Adds a scheduled task on the server defined by the connection. |
|
|
|
|
|
|
|
| Usage example of the AdditionCompleted property |
|
|
|
|
|
|
|
| Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Used to determine if the request being processed is an AJAX request. |
|
|
|
|
|
|
|
| To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions... |
|
|
|
|
|
|
|
| Indicates a continuation parallel task that will be run when one of the specified parallel task... |
|
|
|
|
|
|
|
| Indicates a continuation parallel task that will be run when all the tasks found in an array... |
|
|
|
|
|
|
|
| Stops the location detection triggered by GPSDetectPosition. |
|
|
|
|
|
|
|
| List of events associated with internal pages and Internal Page controls |
|
|
|
|
|
|
|
| A "spare" server is a target server in a unidirectional automatic replication...... |
|
|
|
|
|
|
|
| Initializes a query written in SQL language and declares this query to the database server in order... |
|
|
|
|
|
|
|
| The dialog boxes are standard windows that allow you to communicate with the user...... |
|
|
|
|
|
|
|
| Makes a thread persistent. |
|
|
|
|
|
|
|
| Indicates a continuation parallel task that will be run once the first task is completed... |
|
|
|
|
|
|
|
| Adds an entry into the history of navigation by associating data. This data will be transmitted... |
|
|
|
|
|
|
|
| To simplify the configuration of user groupware according to the users, the controls... |
|
|
|
|
|
|
|
| The Detection property is used to determine and change the automatic detection of incoming streams.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|