|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by geoGetAddress. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called to run the speech recognition started... |
|
|
|
|
|
|
|
| Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons... |
|
|
|
|
|
|
|
| Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons... |
|
|
|
|
|
|
|
| Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes... |
|
|
|
|
|
|
|
| Procedure ("Callback") called by AddLink. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by fCopyFile for each copied file. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file. |
|
|
|
|
|
|
|
| the execution of a procedure found in the application...... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed. |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called by fReadLine for each line read in the file. |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by SCPGetFile when retrieving a file on a local computer... |
|
|
|
|
|
|
|
| WLanguage procedure ("callback") called by iOSApplicationOpenURLProcedure when the application must... |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation... |
|
|
|
|
|
|
|
| Callback of the iCloudKeyValueWatch.Cb function for the callback parameter |
|
|
|
|
|
|
|
| WLanguage procedure ("Callback") called by AuthIdentify during the authentication. |
|
|
|
|
|
|
|
| A global procedure in WLanguage can be directly called from the code of a global procedure... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|