|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Checks the whether the matrix exists in memory. |
|
|
|
|
|
|
Expands the list of a Combo Box control (single-column or multi-column Combo Box). |
|
|
|
|
|
|
Changes the management mode of threads. |
|
|
|
|
|
|
Calculates the inverse of a square matrix. |
|
|
|
|
|
|
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control). |
|
|
|
|
|
|
Returns or modifies the priority level of a thread. |
|
|
|
|
|
|
Reads the value of a matrix element. |
|
|
|
|
|
|
Checks the existence of an element in a TreeView control and returns its type (node or leaf)... |
|
|
|
|
|
|
Reads the value of all the elements found in a matrix column. |
|
|
|
|
|
|
Sorts the elements found in a TreeView control. |
|
|
|
|
|
|
Reads the value of all elements found in a matrix row. |
|
|
|
|
|
|
Deletes all elements from a TreeView control. |
|
|
|
|
|
|
Returns the status of the current source. |
|
|
|
|
|
|
Deletes the children of an element from a TreeView control without deleting the element itself. |
|
|
|
|
|
|
Returns the height (in millimeters) of the document captured by a Twain device. |
|
|
|
|
|
|
Returns the number of columns found in a matrix. |
|
|
|
|
|
|
Deletes an element and all its "children" from a TreeView control. |
|
|
|
|
|
|
Returns the width (in millimeters) of the document captured by a Twain device. |
|
|
|
|
|
|
Returns the number of rows found in a matrix. |
|
|
|
|
|
|
LoadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
Selects an element in a TreeView control. |
|
|
|
|
|
|
Returns the list of drivers for the Twain devices connected to the current computer. |
|
|
|
|
|
|
Initializes all the elements found in a matrix of a given size. |
|
|
|
|
|
|
Loads a library of WINDEV objects in memory (.WDL). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|