|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Deletes a document from a collection in a MongoDB database. |
|
|
|
|
|
|
Deletes a collection from a MongoDB database. |
|
|
|
|
|
|
Deletes a MongoDB database as well as its collections. |
|
|
|
|
|
|
Finds documents in a MongoDB collection. |
|
|
|
|
|
|
Modifies documents in a collection of a MongoDB database. |
|
|
|
|
|
|
Deletes a file identified by its identifier from a MongoDB file system. |
|
|
|
|
|
|
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system. |
|
|
|
|
|
|
Returns information about a MongoDB database. |
|
|
|
|
|
|
Returns the name of an external file currently open. |
|
|
|
|
|
|
Writes a line into a text file (ANSI or UNICODE). |
|
|
|
|
|
|
Writes:
a character string into an external file.
a memory section.... |
|
|
|
|
|
|
Gets and sets current position in an external file. |
|
|
|
|
|
|
Transforms an image by applying perspective correction. |
|
|
|
|
|
|
Transforms an image by applying perspective correction. |
|
|
|
|
|
|
Tests the validity of a string in UTF8 format. |
|
|
|
|
|
|
Saves the content of a PDF Reader to a file. |
|
|
|
|
|
|
Closes an Outlook session. |
|
|
|
|
|
|
Returns the index of the row (or image) at a given position in a List Box or ListView control. |
|
|
|
|
|
|
Tests the validity of a US tax number. |
|
|
|
|
|
|
Moves a row or swaps two rows in a List Box or Combo Box control. |
|
|
|
|
|
|
Performs the asymmetric encryption of an envelope that has been encrypted... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|