|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Wraps the specified node in a given node of an HTML document. |
|
|
|
|
|
|
Wraps all children of the given node in a new node in an HTML document. |
|
|
|
|
|
|
Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
Removes the specified node and its descendants in an HTML document. |
|
|
|
|
|
|
Adds a child at the start of the children of the current node in an HTML document. |
|
|
|
|
|
|
Adds a child after the child of the current node in an HTML document. |
|
|
|
|
|
|
Removes a given node in the current node of an HTML document. |
|
|
|
|
|
|
Adds a node after the specified node in an HTML document. |
|
|
|
|
|
|
Adds or changes an attribute of the current node of the HTML document. |
|
|
|
|
|
|
Removes a given attribute |
|
|
|
|
|
|
Initializes a Bluetooth Low Energy device in Windows. |
|
|
|
|
|
|
Disables or customizes the automatic check for available updates. |
|
|
|
|
|
|
Establishes a connection between the client and a WebSocket server. |
|
|
|
|
|
|
Establishes an SSL connection between the client and a WebSocket server. |
|
|
|
|
|
|
Sets the rotation direction in a Radial Bar chart. |
|
|
|
|
|
|
Adds data to a Radial Bar chart. |
|
|
|
|
|
|
Sets the maximum value in a Radial Bar chart. |
|
|
|
|
|
|
Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
|
|
|
|
|
|
Lists the scanners connected to the current computer. |
|
|
|
|
|
|
Opens a standard dialog box with the available scanners. |
|
|
|
|
|
|
Retrieves the characteristics of a scanner in a variable of type Scanner. |
|
|
|
|
|
|
Retrieves a document from a scanner in a variable of type Image. |
|
|
|
|
|
|
Saves a document from a scanner to a PDF file. |
|
|
|
|
|
|
Saves a document from a scanner to one or more files, using the scanner's user interface.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|