|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Renames the current element (tag or attribute) in an XML document. |
|
|
|
|
|
|
Substitutes one block of the report with another block while the report is printed. |
|
|
|
|
|
|
Restores the previously saved context of an XML document. |
|
|
|
|
|
|
Forces the move to the next page during the report print. |
|
|
|
|
|
|
Returns the result of a calculation XPath query. |
|
|
|
|
|
|
Prints a line at specified coordinates. |
|
|
|
|
|
|
Stores the current position in the XML document. |
|
|
|
|
|
|
Returns the status of the current print. |
|
|
|
|
|
|
Prints a horizontal line at specified coordinates. |
|
|
|
|
|
|
Positions on the next element (tag or attribute). |
|
|
|
|
|
|
Prints a vertical line at specified coordinates. |
|
|
|
|
|
|
Deletes the current element (as well as the entire branch) from an XML document. |
|
|
|
|
|
|
iVPos is kept for backward compatibility. |
|
|
|
|
|
|
Closes an XML document created by XMLDocument. |
|
|
|
|
|
|
iHPos is kept for backward compatibility. |
|
|
|
|
|
|
Checks whether the current element corresponds to the current browse or to the current search. |
|
|
|
|
|
|
Returns the type of current element (tag or attribute). |
|
|
|
|
|
|
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile). |
|
|
|
|
|
|
Converts a character string in XML format into a standard character string. |
|
|
|
|
|
|
Configures the printer by opening the configuration window. |
|
|
|
|
|
|
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...). |
|
|
|
|
|
|
Changes the contrast of an image contained:
in an Image control,
in an Image variable.... |
|
|
|
|
|
|
Exports a diagram to an SVG image. |
|
|
|
|
|
|
Converts a Markwdown string to an HTML buffer (encoded in UTF-8). |
|
|
|
|
|
|
Allows you to specify the procedure to be called to get the result returned by a third-party... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|