| |
AJAXCallInProgress | Used to determine if the request being processed is an AJAX request. |
ArrayDistinct | Returns an array without duplicates. |
ArrayIntersect | Returns an array corresponding to the intersection of two arrays. |
ArrayUnion | Returns an array corresponding to the union of two arrays. |
ArrayUnionAll | Returns an array corresponding to the union of two arrays (without deleting duplicates). |
AuthRefreshToken | Refreshes a user's OAuth2 token when it expires. |
BufferToPhrase | Converts a buffer to a mnemonic phrase using the BIP39 algorithm. |
CertificateExtractExtensionValue | Returns the value of a certificate extension. |
CoordinateImageControlToImage | Converts the coordinates of a rectangle in the Image control to the corresponding coordinates in the image displayed in the control. |
CoordinateImageToImageControl | Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control. |
DateTimeToString | Converts a DateTime to string in the specified format. |
dImageToArray | Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image. |
DocInfoXY | For a given position in a Word Processing control (coordinates of a control point), returns one of the following:- the number of the corresponding page,
- the corresponding X-position (in mm),
- the corresponding Y-position (in mm)
|
dTransferToImage | Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables. |
ErrorReset | Resets the detection of non-fatal errors: |
fInsertTextAtBeginning | Inserts text at the beginning of a file without overwriting the existing text. |
GenerateLorem | Generates a "Lorem ipsum" text. |
geoGetArea | Retrieves the coordinates of the geographic area that corresponds to a given description. |
HExecuteQueryAsynchronous | Executes a SELECT query asynchronously. |
HExecuteSQLQueryAsynchronous | Executes an SQL query asynchronously. |
HJSONToRecord | Imports JSON data into the current record. |
HRecordToString | Converts the content of the current record to string (in a data file, HFSQL view, query, etc.). |
HSuggestKey | Returns a list of keys to add to data files to improve query performance. |
HSuggestKeyEnd | Finishes collecting information on executed queries. |
HSuggestKeyStart | Starts collecting information on executed queries. |
HTMLBuildString | Generates a UTF-8 string containing an HTML document. |
HTMLControlValue | Used to identify or modify a control in an HTML form contained in an HTML Display control. |
HTMLEditorExecuteJS | Executes JavaScript code in an HTML Editor control. |
HTMLEditorFormatSelection | Modifies the style of the selected elements in an HTML Editor control. |
HTMLEditorFromEmail | Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control. |
HTMLEditorGet | Asynchronously retrieves the value of one of the properties of an HTML Editor control. |
HTMLEditorGetDocument | Asynchronously retrieves the HTML document being displayed in an HTML Edit control. |
HTMLEditorGetSelection | Asynchronously retrieves the current selection from an HTML Editor control. |
HTMLEditorInsert | Inserts text or HTML code at the cursor position in an HTML Editor control. |
HTMLEditorInsertTable | Inserts a table at the cursor position in an HTML Editor control. |
HTMLEditorReplace | Replaces one string with another in an HTML Editor control. |
HTMLEditorSearch | Searches for a string in an HTML Editor control. |
HTMLEditorSelect | Selects a text fragment in an HTML Editor control. |
HTMLEditorToEmail | Exports the content of an HTML Editor control to an Email variable (to send the email). |
HTMLEditorToPDF | Exports the content of an HTML Editor control to a PDF file. |
HTMLExecuteBrowserProcedure | Executes a browser WLanguage procedure in an HTML Display control that displays a page created with WEBDEV. |
HTMLExecuteControlProcess | Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control. |
HTMLFindElementByClass | Searches for elements whose "class" attribute matches a specific value in an HTML document (or in an HTML node). |
HTMLFindElementById | Searches for the element whose "Id" attribute matches a specific value in an HTML document (or in an HTML node). |
HTMLFindElementByName | Searches for elements whose "name" attribute matches a specific value in an HTML document (or in an HTML node). |
HTMLFindElementByTag | Searches for elements that correspond to a tag in an HTML document (or an HTML node). |
HTMLFromEmail | Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control. |
HTMLOnErrorJS | Specifies the procedure to call if an error occurs while executing JavaScript code in an HTML Display control. |
HTMLOpen | Creates an htmlDocument variable from an HTML document. |
HTMLSave | Saves the content of an htmlDocument variable to an HTML file. |
HTMLValidateForm | Validates a form in an HTML page displayed in an HTML Display control. |
HTransactionInProgress | Used to find out whether a transaction is in progress. |
HTriggerRecordBefore | Retrieves the value of the current record before the trigger(s) are executed. |
InvalidInputDetect | Detects and signals an error on required controls left empty and/or controls with invalid data. |
InvalidInputListControl | Builds a list of controls that require data input/contain invalid data. |
InvalidInputShowMessage | Displays an invalid input error for the specified control. |
InWebSocketServerGlobalServiceMode | Indicates if the current code is being executed on the global service of the WebSocket server. |
InWebSocketServerMode | Indicates if the current code is being executed on the WebSocket server. |
LastDayOfYear | Returns the date of the last day of the year. |
LinkColorRTF | Modifies the Color of the links in all the RTF input fields present in the application. |
MapAddImage | Adds a new image to the map displayed in a Map control. |
MapAddShape | Adds a new shape (polygon, line, circle) to the map displayed in a Map control. |
MapChangeStyle | Changes the style of the map displayed in the Map control. |
MapClosePopup | Closes the popup of a marker displayed in the Map control. |
MapDeleteImage | Deletes an image drawn on the map displayed in a Map control. |
MapDeleteShape | Deletes a shape drawn on the map displayed in an Map control. |
MapDisplayArea | Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety. |
MapDisplayPopup | Opens the popup of a marker displayed in a Map control. |
MapGetStyle | Returns the style used by the map displayed in the Map control. |
MapLimitArea | Limits the geographic area displayed in the Map control. |
MapModifyImage | Modifies an image drawn on the map displayed in a Map control. |
MapModifyShape | Modifies a shape drawn on the map displayed in a Map control. |
MapPopupDisplayed | Indicates whether the popup of a marker in a Map control is displayed. |
ModbusConnectRTU | Connects a client to a Modbus slave via a serial port. |
ModbusConnectTCP | Connects a client to a Modbus server via transmission control protocol (TCP). |
ModbusDisconnect | Closes the Modbus session. |
ModbusReadBit | Reads one or more bits from a Modbus slave, starting at a specific address. |
ModbusReadFloat | Reads one or more single-precision floats from a Modbus slave, starting at a specific address. |
ModbusReadRegister | Reads one or more registers from a Modbus slave, starting at a specific address. |
ModbusWriteBit | Writes one or multiple bits to a specific address in a Modbus slave. |
ModbusWriteFloat | Writes one or more single-precision floats to a Modbus slave, starting at a specific address. |
ModbusWriteRegister | Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address. |
OCRDetectTextArea | Returns all text areas of an image without reading the text. |
OCRLoadLanguage | Adds a language to the native OCR system. |
OCRParameter | Initializes the general options of the native OCR (Optical Character Recognition) system. |
PDFReaderInfoXY | For a given position in a PDF Reader control (coordinates of a control point), returns one of the following:: - the page number for the specified position,
- the X-position (in mm) for the specified position,
- the Y-position (in mm) for the specified position.
|
PhraseToBuffer | Returns the buffer encoded in a BIP39 mnemonic phrase. |
RegexMatch | Checks whether a string follows a format defined by a regular expression. |
sListPort | Returns the list of serial and parallel ports on the computer. |
SpreadsheetMergeCell | Merges specified or selected cells in an Spreadsheet control. |
SpreadsheetMoveWorksheet | Moves a worksheet within a Spreadsheet control in a window. |
StyleDrawCaptionGrayed | Customizes how text is drawn in grayed out controls. |
TwoFactorAuthenticationCheckCode | Verifies the code given by an authentication application. |
TwoFactorAuthenticationGenerateLink | Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone. |
TwoFactorAuthenticationGenerateTOTPKey | Generates a TOTP Key for an application user. |
URISelect | Opens a system window to select a resource coming: - from the device file system,
- from the Cloud (Google Drive, Microsoft OneDrive, etc.)
- or from one of the content managers installed on the device.
|
zipExtractDirectory | Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location. |
zipSelectFile | Selects files from an archive. |