|
|
|
|
|
|
|
Sends an email using SMTP |
|
|
|
|
|
|
Used to get information about a MongoDB file (gridFS). |
|
|
|
|
|
|
Deletes a file identified by its name from a MongoDB file system. |
|
|
|
|
|
|
Modifies a document in a collection of MongoDB database. |
|
|
|
|
|
|
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database. |
|
|
|
|
|
|
Disconnects a client from a WebSocket server. |
|
|
|
|
|
|
Sends a message from the WebSocket server to the client. |
|
|
|
|
|
|
Executes a global procedure in the context of a client connected to the WebSocket server. |
|
|
|
|
|
|
Converts an ANSI string (Windows) to a UNICODE string. |
|
|
|
|
|
|
Converts a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string. |
|
|
|
|
|
|
Sends an email using the Lotus Notes protocol. |
|
|
|
|
|
|
Sends an email using the Outlook protocol. |
|
|
|
|
|
|
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system. |
|
|
|
|
|
|
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00"). |
|
|
|
|
|
|
Returns the number of characters matching a given type. |
|
|
|
|
|
|
Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
Extracts all the substrings from a character string based on one or more string separators. |
|
|
|
|
|
|
Checks whether a character string ends:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
Inserts a string into another character string at a given position. |
|
|
|
|
|
|
Reverses the characters of a string. |
|
|
|
|
|
|
Returns the value of a certificate extension. |
|
|
|
|
|
|
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following:
the page number for the specified position,
the X-position (in mm) for the specified position,
the Y-position (in mm) for the specified position.... |
|
|
|
|
|
|
For a given position (coordinates of a point) in a Word Processing control, returns one of the following:
the number of the corresponding page,
the corresponding X-position (in mm),
the corresponding Y-position (in mm).... |
|
|
|
|
|
|
Allows you to:
extract a substring from a string based on a specified string separator.
search for substrings in a string based on a specified string separator.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|