|
|
|
|
|
|
|
A composite variable contains different types of elements (members)... |
|
|
|
|
|
|
A variable is defined by name and type... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
Three assignment operators are available... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
Enables you to find out whether a variable or a control is: - a numeric (integer, real, currency or numeric).
- a string that can be converted into numeric.
|
|
|
|
|
|
|
The constants are language elements whose value is fixed once and for all... |
|
|
|
|
|
|
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler... |
|
|
|
|
|
|
Inserts an object in a Document variable. The objects that can be used are:
an element,... |
|
|
|
|
|
|
Inserts a table in a Document variable. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the value of a cookie received further to an HTTP request. |
|
|
|
|
|
|
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest. |
|
|
|
|
|
|
Retrieves the cookies read by a call to HTTPSend for an HTTP domain. |
|
|
|
|
|
|
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend). |
|
|
|
|
|
|
Replaces all cookies stored by HTTPSend for a domain. |
|
|
|
|
|
|
Sends an HTTP request and waits for the response from the HTTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|