|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Executes an XPATH query:
in an XML document.
in an xmlDocument variable.... |
|
|
|
|
|
|
Retrieves the printer configuration and configures the print. |
|
|
|
|
|
|
Positions on the first child element of current element. |
|
|
|
|
|
|
Configures the print preview:
display a message regarding the resources of current computer.... |
|
|
|
|
|
|
Inserts the current XML tag found in an XML document into another XML document. |
|
|
|
|
|
|
Defines the options for the generated PDF file. |
|
|
|
|
|
|
Inserts an XML element (tag or attribute) into an XML document. |
|
|
|
|
|
|
Converts the coordinates of a point (expressed in system coordinates) into millimeters. |
|
|
|
|
|
|
Modifies the content of the current element found in the XML document. |
|
|
|
|
|
|
Selects the default font. |
|
|
|
|
|
|
Returns the name of current element (tag or attribute). |
|
|
|
|
|
|
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT... |
|
|
|
|
|
|
Returns the name of parent tag for the current element (tag or attribute). |
|
|
|
|
|
|
Used to manage the horizontal position (X-coordinate) of print cursor in the page. |
|
|
|
|
|
|
Positions on the parent element of current element (tag or attribute). |
|
|
|
|
|
|
Used to manage the vertical position (Y-coordinate) of print cursor in the page. |
|
|
|
|
|
|
Returns the current position in the document in XPATH format. |
|
|
|
|
|
|
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored... |
|
|
|
|
|
|
Positions on the first element (tag or attribute) in the current tree level. |
|
|
|
|
|
|
Forces one or more line break. |
|
|
|
|
|
|
Positions on the previous element (tag or attribute). |
|
|
|
|
|
|
Generates a page break: the corresponding code is sent to the printer queue. |
|
|
|
|
|
|
Positions on the root tag of an XML document. |
|
|
|
|
|
|
Creates a new print font from the standard window for font selection... |
|
|
|
|
|
|
Performs a search in an XML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|