|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Selects the TAPI device that will be used during the following telephony operations:
tapiDial,... |
|
|
|
|
|
|
|
| Answers an incoming call that was detected. |
|
|
|
|
|
|
|
| The HFSQL Control Center is used to create, configure and manage the replications between HFSQL... |
|
|
|
|
|
|
|
| Displays only cards that match the specified filter. |
|
|
|
|
|
|
|
| Indicates a continuation parallel task that will be run when one of the specified parallel task... |
|
|
|
|
|
|
|
| Adds a system tray icon (in the lower-right corner of the screen). |
|
|
|
|
|
|
|
| Deletes the association between a WLanguage browser function and an event (implemented by JSEvent). |
|
|
|
|
|
|
|
| The rssCloud type is used to describe the method for subscribing to the notifications... |
|
|
|
|
|
|
|
| Starts sending the selected files into an Upload control. |
|
|
|
|
|
|
|
| Checks whether the specified expressions are different in assertive programming and in automated... |
|
|
|
|
|
|
|
| List of events associated with a Conference control... |
|
|
|
|
|
|
|
| Customizes the management of message display on the client computer and the management... |
|
|
|
|
|
|
|
| Usage example of the HReadSeek function |
|
|
|
|
|
|
|
| Usage example of the XMLDocument function |
|
|
|
|
|
|
|
| Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event). |
|
|
|
|
|
|
|
| Hangs up a phone line started with tapiDial or tapiAnswerCall. |
|
|
|
|
|
|
|
| The advanced management of instances is used to choose the mode for taking reference. This choice... |
|
|
|
|
|
|
|
| Triggers the device's speech recognition service.... |
|
|
|
|
|
|
|
| Usage example of the NetClientSendMessage function |
|
|
|
|
|
|
|
| Usage example of the EnumControl function |
|
|
|
|
|
|
|
| The statement block is repeated endlessly... |
|
|
|
|
|
|
|
| WEBDEV proposes several types of links according to the action of link on the page controls...... |
|
|
|
|
|
|
|
| When printing a report, you have the ability to pass parameters to this report...... |
|
|
|
|
|
|
|
| An array is a structured type that is used to group a set of elements of the same type... |
|
|
|
|
|
|
|
| List of events associated with supercontrols... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|