|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Prints an ellipse (in a rectangle). |
|
|
|
|
|
|
Configures the print destination. |
|
|
|
|
|
|
Returns:
the full name of the last file generated during the print (PDF, RTF, text,... |
|
|
|
|
|
|
Retrieves the content of a cell found in an XLS file. |
|
|
|
|
|
|
Creates a new print font. |
|
|
|
|
|
|
Configures the printer for a print performed in WLanguage:
by opening the configuration window.... |
|
|
|
|
|
|
Prints a border with rounded outlines at specified coordinates. |
|
|
|
|
|
|
Returns the number of columns found in a worksheet of an XLS file. |
|
|
|
|
|
|
Prints a border at specified coordinates. |
|
|
|
|
|
|
Returns the number of rows found in an XLS file. |
|
|
|
|
|
|
Opens an Excel file (xls or xlsx files). |
|
|
|
|
|
|
Sends the character string passed in parameter to the print "buffer". |
|
|
|
|
|
|
Retrieves the title of a column found in an XLS file. |
|
|
|
|
|
|
Prints a text in a rectangular area. |
|
|
|
|
|
|
Used to modify:
the timeout before displaying the tooltips.
the display duration... |
|
|
|
|
|
|
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous. |
|
|
|
|
|
|
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run. |
|
|
|
|
|
|
Used to find out whether the AJAX technology is supported by the current browser. |
|
|
|
|
|
|
Runs a server procedure without refreshing the page. |
|
|
|
|
|
|
Dynamically changes the window displayed in an Internal Window control.
Scrolling internal... |
|
|
|
|
|
|
Adds a link into a Breadcrumb control. |
|
|
|
|
|
|
Inserts a link into a Breadcrumb control. |
|
|
|
|
|
|
Modifies a link in a Breadcrumb control. |
|
|
|
|
|
|
Deletes a link from a Breadcrumb control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|