|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Link functions are used to link the interface with the data files (and vice versa).... |
|
|
|
|
|
|
Returns the name of the month that corresponds to a specified date. |
|
|
|
|
|
|
Returns the week number within the year that corresponds to the specified date. |
|
|
|
|
|
|
Converts a date and time to an 8-byte real. |
|
|
|
|
|
|
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC).... |
|
|
|
|
|
|
Re-enables a server trigger that was disabled by HDeactivateServerTrigger. |
|
|
|
|
|
|
Imports, into the Email structure or into an Email variable, the content of an HTML file in order... |
|
|
|
|
|
|
Fills an Email variable using the content of its Source property. |
|
|
|
|
|
|
Returns the list of folders of an IMAP session. |
|
|
|
|
|
|
Returns the list of folders found in the Outlook messaging software. |
|
|
|
|
|
|
Rotates a page displayed in the PDF Reader control. |
|
|
|
|
|
|
Changes the Z-order of an Image or Text Area element in a DocX document. |
|
|
|
|
|
|
Returns the name of the day that corresponds to a specified date. |
|
|
|
|
|
|
Returns the day that corresponds to a given date. |
|
|
|
|
|
|
Converts a date to an integer. |
|
|
|
|
|
|
Converts:
a date to a string in the specified format.
a date time to a string... |
|
|
|
|
|
|
Updates the messages of MS Exchange according to the email server. |
|
|
|
|
|
|
Returns the number of incoming messages in Outlook. |
|
|
|
|
|
|
Returns the number of incoming messages in Notes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|