|
|
|
|
|
|
|
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 shape drawn on the map displayed in an Map control. |
|
|
|
|
|
|
Modifies a shape drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Converts a DateTime to string in the specified format. |
|
|
|
|
|
|
Automatically extracts and decompresses files from a directory in the file tree of an archive... |
|
|
|
|
|
|
Adds a new image to the map displayed in a Map control. |
|
|
|
|
|
|
Modifies an image drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Deletes an image drawn on the map displayed in a Map control. |
|
|
|
|
|
|
Adds a new shape (polygon, line, circle) to the map displayed in a Map control. |
|
|
|
|
|
|
Moves the map displayed in the Map control so that the specified geographic area can be seen... |
|
|
|
|
|
|
Limits the geographic area displayed in the Map control. |
|
|
|
|
|
|
Opens the popup of a marker displayed in a Map control. |
|
|
|
|
|
|
Closes the popup of a marker displayed in the Map control. |
|
|
|
|
|
|
Indicates whether the popup of a marker in a Map control is displayed. |
|
|
|
|
|
|
Changes the style of the map displayed in the Map control. |
|
|
|
|
|
|
Returns the style used by the map displayed in the Map control. |
|
|
|
|
|
|
Reads the text contained in an image. |
|
|
|
|
|
|
Used to set the directory that contains the language models for the native OCR system. |
|
|
|
|
|
|
Initializes the general options of the native OCR (Optical Character Recognition) system. |
|
|
|
|
|
|
Resets the detection of non-fatal errors:
The result of ErrorInfo is reset.
The ErrorOccurred... |
|
|
|
|
|
|
Returns all the text blocks of an image. |
|
|
|
|
|
|
Returns all text areas of an image without reading the text. |
|
|
|
|
|
|
Adds a language to the native OCR system. |
|
|
|
|
|
|
Deletes all languages from the native OCR system. |
|
|
|
|
|
|
Customizes how text is drawn in grayed out controls. |
|
|
|
|
|
|
Retrieves the coordinates of the geographic area that corresponds to a given description. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|