|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Selects a shape in a Diagram Editor control. |
|
|
|
|
|
|
Saves a diagram as a "diag" file. |
|
|
|
|
|
|
Deselects a shape in a Diagram Editor control. |
|
|
|
|
|
|
Exports a diagram to a variable of type Image. |
|
|
|
|
|
|
Loads a diagram file and creates a library of preset shapes from it. |
|
|
|
|
|
|
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer. |
|
|
|
|
|
|
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram). |
|
|
|
|
|
|
Used to determine if a scanner has a given capability. |
|
|
|
|
|
|
Draws Markdown text in a variable of type WDPic. |
|
|
|
|
|
|
Draws Markdown text in a variable of type picLayer. |
|
|
|
|
|
|
Draws Markdown text in a variable of type Image. |
|
|
|
|
|
|
Gets a file via the Secure Copy Protocol. |
|
|
|
|
|
|
Transfers files via the Secure Copy Protocol. |
|
|
|
|
|
|
Sets the position directly on the desired bookmark in the PDF document. |
|
|
|
|
|
|
Allows you to scroll through a list of a Kanban control to display a specific card. |
|
|
|
|
|
|
Deletes a card from a Kanban control or from a Kanban List control. |
|
|
|
|
|
|
Deletes all cards from a Kanban control or Kanban List control. |
|
|
|
|
|
|
Returns the index of a list in a Kanban control. |
|
|
|
|
|
|
Inserts a card in a Kanban list. |
|
|
|
|
|
|
Merges the specified cells in an Excel document. |
|
|
|
|
|
|
Deletes the specified node in an HTML document without deleting its children, which take its place. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Adds a node after the specified node in an HTML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|