|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to 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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Used to connect a remote debugger to an application, service, Webservice, etc. |
|
|
|
|
|
|
Sends telemetry data immediately. |
|
|
|
|
|
|
Formats a character string using an InputMask variable. |
|
|
|
|
|
|
Retrieves the phone number input mask adapted to a given country. |
|
|
|
|
|
|
Retrieves the zip code input mask adapted to a given country. |
|
|
|
|
|
|
Applies a computation to each element of a WLanguage array. |
|
|
|
|
|
|
Re-enables an Automatic Application Feature (AAF) previously disabled by AAFDisable. |
|
|
|
|
|
|
Constructs a copy of a class instance:
An object of the actual class of the class instance... |
|
|
|
|
|
|
Returns an array containing the elements of a source array for which a procedure returns True. |
|
|
|
|
|
|
Resets the password of a registered user. |
|
|
|
|
|
|
Allows connecting to the application via the User Groupware Webservice. |
|
|
|
|
|
|
Executes a procedure for each element of a WLanguage array. |
|
|
|
|
|
|
Returns True if all the elements of an array are True. |
|
|
|
|
|
|
Returns True if all the elements of an array are False. |
|
|
|
|
|
|
Returns True if at least one element of an array is True. |
|
|
|
|
|
|
Returns True if at least one element of an array is False. |
|
|
|
|
|
|
Saves the content of a pdfDocument variable in a ".PDF" file. |
|
|
|
|
|
|
Merges the layers of a WDPic image. |
|
|
|
|
|
|
Returns the day of the week that corresponds to a given date. |
|
|
|
|
|
|
Allows you to:
extract a substring between two given separators from a character string.... |
|
|
|
|
|
|
Calculates and displays a date range comparison in a Pivot Table control. |
|
|
|
|
|
|
Lists all the comments on the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
Fixes the position (left or right) of a series in a comparative Histogram chart. |
|
|
|
|
|
|
Allows you to:
know if a comment is selected in a Spreadsheet control,
select or deselect... |
|
|
|
|
|
|
Inserts a table of contents in a Word Processing document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|