|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Displays a standard dialog box used to list the different Twain devices available on the current... |
|
|
|
|
|
|
Adds a value to each matrix element. |
|
|
|
|
|
|
Saves a persistent value in the registry or in another file specified by InitParameter. |
|
|
|
|
|
|
Returns the identifier associated with an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
Allows you to find out and change the Twain device used by default. |
|
|
|
|
|
|
Multiplies each matrix element by a value. |
|
|
|
|
|
|
Returns the "children" of an element found in a TreeView control. |
|
|
|
|
|
|
Returns the full path of the selected element in a TreeView control. |
|
|
|
|
|
|
Allows you to perform one of the following actions:
save the document coming from the Twain... |
|
|
|
|
|
|
Deletes an existing matrix. |
|
|
|
|
|
|
Displays a TreeView control from a specified element (node or leaf) or returns the name... |
|
|
|
|
|
|
Allows you to :
view the document coming from the Twain device in an Image control.
view... |
|
|
|
|
|
|
Calculates the transposed matrix. |
|
|
|
|
|
|
Returns the number of elements found in a branch of a TreeView control. |
|
|
|
|
|
|
Allows you to:
save the document coming from the Twain device in a GIF file.
view... |
|
|
|
|
|
|
Calculates the coefficient of correlation between two series of values. |
|
|
|
|
|
|
Modifies an element (node or leaf) in a TreeView control. |
|
|
|
|
|
|
Allows you to:
save the document coming from the Twain device in a JPEG file.
view... |
|
|
|
|
|
|
Calculates the covariance between two series of values. |
|
|
|
|
|
|
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control. |
|
|
|
|
|
|
Allows you to:
copy the document coming from the Twain device into the clipboard.
view... |
|
|
|
|
|
|
Calculates the average deviation of values in relation to their arithmetic mean. |
|
|
|
|
|
|
Inserts a leaf into a TreeView control at a specific position. |
|
|
|
|
|
|
Used to define or re-initialize the area to scan. |
|
|
|
|
|
|
Calculates the standard deviation for a series of values. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|