|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Adds a card to a list in a Kanban control. |
|
|
|
|
|
|
Deletes a card from a Kanban control or from a Kanban List control. |
|
|
|
|
|
|
Deletes all cards from a Kanban control or Kanban List control. |
|
|
|
|
|
|
Moves a card in a Kanban control. |
|
|
|
|
|
|
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly... |
|
|
|
|
|
|
Checks the validity of a JSON string. |
|
|
|
|
|
|
Converts a Markdown string to a DOCX file. |
|
|
|
|
|
|
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues... |
|
|
|
|
|
|
Sets the position directly on the desired bookmark in the PDF document. |
|
|
|
|
|
|
Unmerges the specified or selected cell in a Spreadsheet control. |
|
|
|
|
|
|
For a given position (coordinates of a point) in a Kanban control, returns one of the following:... |
|
|
|
|
|
|
Changes the extension of a file on disk. |
|
|
|
|
|
|
Deletes a list from a Kanban control. |
|
|
|
|
|
|
Returns the number of cards or lists in a Kanban control. |
|
|
|
|
|
|
Allows you to scroll through a list of a Kanban control to display a specific card. |
|
|
|
|
|
|
Clears the content of an Image variable or Image control and fills it with the specified color. |
|
|
|
|
|
|
Inserts a card in a Kanban list. |
|
|
|
|
|
|
Returns the index of a list in a Kanban control. |
|
|
|
|
|
|
Returns the list of current connections on a WEBDEV Application Server. |
|
|
|
|
|
|
Deletes a connection from a WEBDEV Application Server. |
|
|
|
|
|
|
Allows you to specify the procedure to be called when the application needs to open a resource... |
|
|
|
|
|
|
Indicates if the page is displayed in a WEBDEV Page control in a window. |
|
|
|
|
|
|
Adds a row as an internal page at the end of a Looper control populated programmatically. |
|
|
|
|
|
|
Inserts a row as an internal page into a Looper control populated programmatically. |
|
|
|
|
|
|
Modifies a row corresponding to an internal page in a Looper control populated programmatically. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|