|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Displays the previous plane of a Sliding Banner control. |
|
|
|
|
|
|
Displays the first plane of a Sliding Banner control. |
|
|
|
|
|
|
Displays the next plane of a Sliding Banner control. |
|
|
|
|
|
|
Prints the content of a Document in "docx" format. |
|
|
|
|
|
|
Replaces the content of the current fragment. The objects that can be used are:
an element,... |
|
|
|
|
|
|
Inserts an object in a Document variable. The objects that can be used are:
an element,... |
|
|
|
|
|
|
Inserts a table in a Document variable. |
|
|
|
|
|
|
Enables the automatic slide on a Sliding Banner control. |
|
|
|
|
|
|
Replaces the specified fragment with a table. |
|
|
|
|
|
|
Finds a character string in an entire Document variable. |
|
|
|
|
|
|
Restores the last action canceled on a Document variable. |
|
|
|
|
|
|
Returns the number of canceled actions that can be redone on a Document variable. |
|
|
|
|
|
|
Finds all the instances of a character string and replaces them with another string in a Document... |
|
|
|
|
|
|
Saves a document as a "docx" file. |
|
|
|
|
|
|
Undoes the last action performed on a Document variable. |
|
|
|
|
|
|
Returns the number of actions that can be undone in a Document variable. |
|
|
|
|
|
|
Deletes the entire history of Undo/Redo mechanism for a Word Processing document.... |
|
|
|
|
|
|
Converts a Document variable into an HTML file. |
|
|
|
|
|
|
Exports a page contained in a Document variable in image format. |
|
|
|
|
|
|
Creates a character string with the data of a Document variable. |
|
|
|
|
|
|
Changes the status of an email on a messaging server. |
|
|
|
|
|
|
Changes the status of an email on a messaging server. |
|
|
|
|
|
|
Saves an image in TIFF format into a file or memory. |
|
|
|
|
|
|
Adds or modifies a cookie in an HTTP request. |
|
|
|
|
|
|
Enables or disables the management of cookies in an HTTP request run by HTTPRequest. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|