|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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 description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
Deletes all links from a Breadcrumb control. |
|
|
|
|
|
|
Indicates the time elapsed (in milliseconds) since the call to ChronoStart. |
|
|
|
|
|
|
Loads an external component. This component can be:
an external component present... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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"). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|