|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns a debug information. |
|
|
|
|
|
|
|
| Closes a WINDEV window (and returns a value if necessary). |
|
|
|
|
|
|
|
| The Name property is used to get the name of an element. |
|
|
|
|
|
|
|
| The Calendar control is used to permanently display a calendar in a window or page...... |
|
|
|
|
|
|
|
| The HScheduledTask structure is kept for backward compatibility (this structure will still... |
|
|
|
|
|
|
|
| Organizer controls can be handled programmatically.... |
|
|
|
|
|
|
|
| An application written in WINDEV Mobile Android or iOS can receive Push notifications...... |
|
|
|
|
|
|
|
| When using an Internet application, the data circulating between the computer of the Web user... |
|
|
|
|
|
|
|
| FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...... |
|
|
|
|
|
|
|
| REP files contain the list of data files handled by the application.... |
|
|
|
|
|
|
|
| WLanguage supports different types of strings.... |
|
|
|
|
|
|
|
| Some functions and properties have been removed from WLanguage...... |
|
|
|
|
|
|
|
| List of various constants used by the constants WINDEV functions.... |
|
|
|
|
|
|
|
| Allows you to:
find out and/or modify the behavior of the application or site when some errors... |
|
|
|
|
|
|
|
| To transform a page in Session mode into an Active WEBDEV Page:... |
|
|
|
|
|
|
|
| List of constants used by the HFSQL functions.... |
|
|
|
|
|
|
|
| A Scheduler control can be...... |
|
|
|
|
|
|
|
| ...Interfaces that use token controls are common. A Token control contains variable amounts... |
|
|
|
|
|
|
|
| The following events are associated with Organizer controls:... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|