|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns the date of the last day of the year. |
|
|
|
|
|
|
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example. |
|
|
|
|
|
|
Used to determine if the request being processed is an AJAX request. |
|
|
|
|
|
|
Captures a photo via a Camera control in an Android or iOS application. |
|
|
|
|
|
|
Starts recording a video via a Camera control in an Android or iOS application. |
|
|
|
|
|
|
Stops the video recording previously started by CameraVideoStart. |
|
|
|
|
|
|
Moves a worksheet within a Spreadsheet control in a window. |
|
|
|
|
|
|
Adds a language to the native OCR system. |
|
|
|
|
|
|
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. |
|
|
|
|
|
|
Hides a page displayed as a popup via PopupDisplayPage. |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Display control. The images... |
|
|
|
|
|
|
Changes the color of links in all RTF Edit controls in the application. |
|
|
|
|
|
|
Adds a new download in the device's download manager.... |
|
|
|
|
|
|
Retrieves the details of a download present in the download manager. |
|
|
|
|
|
|
Cancels a download by removing it from the download manager, and deletes any existing files. |
|
|
|
|
|
|
Lists the downloads from the current application in the download manager. |
|
|
|
|
|
|
Converts a JSON string to XML. |
|
|
|
|
|
|
Converts an XML string to JSON. |
|
|
|
|
|
|
Removes duplicates among substrings of a string, based on one or more separators. |
|
|
|
|
|
|
Saves the contents of a file to a resource identified by its URI. |
|
|
|
|
|
|
Saves the contents of a buffer to a resource identified by its URI. |
|
|
|
|
|
|
Prompts the user to grant an application permission. |
|
|
|
|
|
|
Returns one or all the permissions declared by the application. |
|
|
|
|
|
|
Specifies the procedure that will be called when the user clicks an iOS 14 widget. |
|
|
|
|
|
|
Adds a node before the specified node in an HTML document. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|