|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Adds an XLS or XLSX document into a sequence of report print jobs. |
|
|
|
|
|
|
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences... |
|
|
|
|
|
|
Deletes an image from the current worksheet in a Spreadsheet control. |
|
|
|
|
|
|
Lists the images found in the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
Resizes a Layout control in order for all its cells to be entirely visible, without empty area. |
|
|
|
|
|
|
Opens a connection to a Redis server (or cluster). |
|
|
|
|
|
|
Sets the time interval visible in a time chart with real-time display. |
|
|
|
|
|
|
Adds data at a precise moment in a time chart. |
|
|
|
|
|
|
Executes a command on a Redis server and retrieves the result. |
|
|
|
|
|
|
Adds a Redis command in a pipeline. |
|
|
|
|
|
|
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Publishes a message on a Redis broadcast channel. |
|
|
|
|
|
|
Subscribes to a Redis broadcast channel. |
|
|
|
|
|
|
Cancels a subscription to a Redis broadcast channel. |
|
|
|
|
|
|
Returns the username of the "Supervisor" account according to the framework being used. |
|
|
|
|
|
|
Returns the value that corresponds to "DEFAULT" according to the framework being used. |
|
|
|
|
|
|
Returns the value of the word "NONE" according to the framework being used. |
|
|
|
|
|
|
Returns the value that corresponds to the word "Visitor" according to the framework used. |
|
|
|
|
|
|
Returns the value that corresponds to "Registered users" according to the framework being used. |
|
|
|
|
|
|
Retrieves the identity of a user contained in an AuthToken variable. |
|
|
|
|
|
|
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page. |
|
|
|
|
|
|
Allows you to connect to the User Groupware using authentication with an account such as Facebook,... |
|
|
|
|
|
|
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor,... |
|
|
|
|
|
|
Finds and replaces a value in a Spreadsheet control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|