|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Triggers the execution of the procedure specified in the main application thread. |
|
|
|
|
|
|
|
| WEBDEV allows you to implement tasks on the server directly... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Executes a procedure in the main thread of the application without waiting for the end of its execution. |
|
|
|
|
|
|
|
| Reactive procedures are executed when the value of a control or variable changes... |
|
|
|
|
|
|
|
| Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc.... |
|
|
|
|
|
|
|
| The FilterProcedure property allows you to get and modify the procedure used to apply a filter... |
|
|
|
|
|
|
|
| Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered... |
|
|
|
|
|
|
|
| Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered... |
|
|
|
|
|
|
|
| Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.... |
|
|
|
|
|
|
|
| ... a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered... |
|
|
|
|
|
|
|
| Defines the procedure called when the value of a key is changed in an Apple iCloud-based container... |
|
|
|
|
|
|
|
| ... and calls a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| ... and calls a WLanguage procedure with the user's response.... |
|
|
|
|
|
|
|
| Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call)... |
|
|
|
|
|
|
|
| Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server... |
|
|
|
|
|
|
|
| ...To collapse/expand a TreeView control through programming, ...... |
|
|
|
|
|
|
|
| Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV... |
|
|
|
|
|
|
|
| Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure... |
|
|
|
|
|
|
|
| Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call)... |
|
|
|
|
|
|
|
| Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure... |
|
|
|
|
|
|
|
| Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure... |
|
|
|
|
|
|
|
| ... of a code (procedure, line of code, etc.) to one thread at a given moment in an application. |
|
|
|
|
|
|
|
| To customize the remote control performed on a multi-user WINDEV application, the standard window... |
|
|
|
|
|
|
|
| They After keyword can correspond to: |
|
|
|
|
|
|
|
| The Virtual property is used to determine if an element is virtual. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|