|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Converts an HTML string or buffer to a buffer containing a PDF document. |
|
|
|
|
|
|
Converts a Markdown string to plain text (without tags). |
|
|
|
|
|
|
Draws Markdown text:
in an Image control,
in an Image variable,
in a WDPic variable... |
|
|
|
|
|
|
Prints Markdown text in a rectangular area. |
|
|
|
|
|
|
Checks the validity of an International Bank Acount Number (IBAN). |
|
|
|
|
|
|
Defines the WLanguage procedure executed when the user clicks on a deep link. |
|
|
|
|
|
|
Transfers files via the Secure Copy Protocol. |
|
|
|
|
|
|
Returns the position of the first character in a given page in a Text Processing control. |
|
|
|
|
|
|
Gets a file via the Secure Copy Protocol. |
|
|
|
|
|
|
Returns the name of the page requested at the start of the session. |
|
|
|
|
|
|
Executes a global procedure present in an external component. This external component is loaded... |
|
|
|
|
|
|
Classifies freehand drawings, including circles, squares and triangles. |
|
|
|
|
|
|
Detects the contours of the shapes in an image. |
|
|
|
|
|
|
Converts a Markdown string (or buffer) to a buffer containing a PDF document. |
|
|
|
|
|
|
Defines the number of rows and columns in a Waffle graph. |
|
|
|
|
|
|
Defines the Geometry of cells in a Waffle graph. |
|
|
|
|
|
|
Returns the number of the current day in the current month. |
|
|
|
|
|
|
Removes a materialized view from the HFSQL server. |
|
|
|
|
|
|
Used to determine if a scanner has a given capability. |
|
|
|
|
|
|
Adds a Diagram document into a sequence of report printouts. |
|
|
|
|
|
|
Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type... |
|
|
|
|
|
|
Executes a procedure in the main thread of the application without waiting for the end... |
|
|
|
|
|
|
Returns the path of the container used to share files between several applications belonging... |
|
|
|
|
|
|
Searches for shapes containing a specific text in a diagram. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|