|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Returns and initializes the color of different chart elements. |
|
|
|
|
|
|
|
| Adds a notification to the system bar (Android) or notification center (iOS). |
|
|
|
|
|
|
|
| Checks whether a character string starts:
with a specific character string.
with one... |
|
|
|
|
|
|
|
| Changes the dimensions of a widget found in a Dashboard control. |
|
|
|
|
|
|
|
| Allows you to:
extract a substring between two given separators from a character string.... |
|
|
|
|
|
|
|
| Checks whether an expression is false in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Re-enables the current exception process if the exception was corrected. |
|
|
|
|
|
|
|
| Inserts a new option into a Segmented Button control. |
|
|
|
|
|
|
|
| Pritns a text in HTML format in a rectangular area. |
|
|
|
|
|
|
|
| Locks a table and restricts the access to this table for all other sites or applications. |
|
|
|
|
|
|
|
| Creates an Excel file with data from a Pivot Table control. |
|
|
|
|
|
|
|
| Deletes a directory from an HFSQL Client/Server database.... |
|
|
|
|
|
|
|
| Modifies a key/value couple in the Memcached cache on a group of servers.... |
|
|
|
|
|
|
|
| Configures the spelling checker for the edit controls and for the Table control columns... |
|
|
|
|
|
|
|
| Ends the execution of a timer triggered by TimerSys. |
|
|
|
|
|
|
|
| Builds a sequence of characters used to specify the size of the font for a text found in a graphic... |
|
|
|
|
|
|
|
| Adds an element to the queue. |
|
|
|
|
|
|
|
| Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array... |
|
|
|
|
|
|
|
| Sends a REST request and waits for the server response. |
|
|
|
|
|
|
|
| When starting the iOS application, checks whether the In-App subscriptions have been renewed. |
|
|
|
|
|
|
|
| Calculates the height of the image to print (in millimeters). |
|
|
|
|
|
|
|
| Used to configure a Bluetooth radio to accept (or not) the requests for connection coming... |
|
|
|
|
|
|
|
| Returns various information about the sort performed in a Spreadsheet control. |
|
|
|
|
|
|
|
| Reads the HTTP header received in a call to a SOAP or REST web service. |
|
|
|
|
|
|
|
| Inserts a list in a Kanban control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|