|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Starts an Outlook section. |
|
|
|
|
|
|
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image... |
|
|
|
|
|
|
Enters in edit in the Word Processing control in a specific document section: body, header... |
|
|
|
|
|
|
Closes the docx file associated with the Word Processing control and frees the document. |
|
|
|
|
|
|
Returns the number of incoming messages in an IMAP session. |
|
|
|
|
|
|
Indicates the end of a series of actions performed in a Word Processing control in a single event... |
|
|
|
|
|
|
Prints the content of a Word Processing control in "docx" format. |
|
|
|
|
|
|
Inserts a table into a Word Processing control. |
|
|
|
|
|
|
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked... |
|
|
|
|
|
|
Triggers the scroll of Word Processing control in order for the requested text to be entirely... |
|
|
|
|
|
|
Finds a character string in an entire Word Processing control. |
|
|
|
|
|
|
Restores the last undone action on a Word Processing control. |
|
|
|
|
|
|
Returns the number of canceled actions that can be redone on a Word Processing control. |
|
|
|
|
|
|
Finds all the instances of a character string and replaces them with another string in a Word... |
|
|
|
|
|
|
Saves a document as a "docx" file. |
|
|
|
|
|
|
Selects a fragment in a Word Processing control. |
|
|
|
|
|
|
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit. |
|
|
|
|
|
|
Undoes the last action performed on a Word Processing control. |
|
|
|
|
|
|
Returns the number of actions that can be undone in a Word Processing control. |
|
|
|
|
|
|
Deletes the entire history of the Undo/Redo mechanism for a Word Processing control.... |
|
|
|
|
|
|
Converts the content of a Word Processing control into an HTML file. |
|
|
|
|
|
|
Exports a page from a Word Processing control in image format. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|