|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage 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. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile... |
|
|
|
|
|
|
|
| Specifies the access path to an external component of project. |
|
|
|
|
|
|
|
| Configures the automatic behavior that will be implemented if an error occurs in the current... |
|
|
|
|
|
|
|
| Propagates a non-fatal error that can be processed by the calling code if the management... |
|
|
|
|
|
|
|
| Restores the error process of a process. |
|
|
|
|
|
|
|
| Loads an external component. This component can be:
an external component present... |
|
|
|
|
|
|
|
| Configures the automatic behavior that will be implemented if an exception occurs in the current... |
|
|
|
|
|
|
|
| Restores the exception process of a process. |
|
|
|
|
|
|
|
| Stops the current or forthcoming execution of an automatic procedure (defined by the properties... |
|
|
|
|
|
|
|
| Starts Reports and Queries and opens the WINDEV project corresponding to the current application. |
|
|
|
|
|
|
|
| Temporarily stops the program execution. |
|
|
|
|
|
|
|
| Modifies the options for calling API and CallDLL32. |
|
|
|
|
|
|
|
| Transforms the following elements into a specific format:
a structure (and its subelements),... |
|
|
|
|
|
|
|
| Returns the HTML string corresponding to the specified RTF string. |
|
|
|
|
|
|
|
| Automatically initializes the memory value of the items for the current file record with the values... |
|
|
|
|
|
|
|
| Automatically initializes the values of the members found in a class or in a structure... |
|
|
|
|
|
|
|
| Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced... |
|
|
|
|
|
|
|
| Returns the date of Easter for the specified year according to the western Christian calendar. |
|
|
|
|
|
|
|
| Converts a local date and time (time zone, summer time, winter time) to UTC. |
|
|
|
|
|
|
|
| Converts a UTC date and time to local time (time zone, summer time, winter time). |
|
|
|
|
|
|
|
| Writes an information into the standard output stream "stdout" (also called "console"). |
|
|
|
|
|
|
|
| Used to find out and signal the possible errors via an assertive programming. |
|
|
|
|
|
|
|
| Returns the green component of an RGB color. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|