| |
BTLECharacteristicWriteValue | Writes a value to a characteristic on a Bluetooth Low Energy device. |
BTLECharacteristicReadValue | Reads the value of a characteristic on a Bluetooth Low Energy device. |
BTLEDisconnect | Used to disconnect from a Bluetooth Low Energy device. |
BTLEDescriptorWriteValue | Writes the value of a descriptor to a Bluetooth Low Energy device. |
BTLEDescriptorReadValue | Reads the value of a descriptor on a Bluetooth Low Energy device. |
BTLEConnectionStatus | Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes. |
BTLEInitialize | Initializes Bluetooth Low Energy (required in Windows and iOS only) |
BTLEInitializeDevice | Initializes a Bluetooth Low Energy device in Windows. |
BTLEListDevice | Returns the list of accessible Bluetooth Low Energy devices. |
BTLEGetAllServices | Retrieves all the services corresponding to a UUID. |
BTLEGetAllCharacteristics | Retrieves all features (with the same identifier) associated with a Bluetooth Low Energy service. |
BTLEGetADescriptor | Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID). |
BTLEGetACharacteristic | Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID). |
BTLEGetAService | Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID). |
StringDeleteDuplicate | Removes duplicates among substrings of a string, based on one or more separators. |
StringToNum | Returns the numeric value of a character string. This feature enables you to perform numeric calculations on the character strings. |
DiagramLoad | Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer. |
DiagramLoadLibrary | Loads a diagram file and creates a library of preset shapes from it. |
DiagramUngroup | Dissociates the different shapes of a group in a Diagram Editor control. |
DiagramShapeToImage | Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram). |
DiagramGroup | Creates a group from the elements selected in the Diagram Editor control. |
DiagramInfoXY | Indicates the presence of a shape at a given position in the Diagram Editor control. |
DiagramSave | Saves a diagram as a "diag" file. |
DiagramSelectMinus | Deselects a shape in a Diagram Editor control. |
DiagramSelectPlus | Selects a shape in a Diagram Editor control. |
DiagramToImage | Exports a diagram to a variable of type Image. |
SetFocusAndReturnToUserInput | Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data. |
EmailExportHTML | Retrieves the HTML code of an Email to display it in an control HTML (control HTML, control HTML display, ...). |
InSysNotificationMode | Used to determine if the application is launched from an interactive notification in "Windows 10". |
geoGetAddress | Retrieves an address or a list of addresses corresponding to the description of a geographic location. |
grStartAngle | Sets the starting angle of the first section in the following types of chart:- Pie, Semi-circular or Donut.
- Sunburst.
- Radial Bar chart.
|
grRBAddData | Adds data to a Radial Bar chart. |
grRBRotationDirection | Sets the rotation direction in a Radial Bar chart. |
grRBMaximumValue | Sets the maximum value in a Radial Bar chart. |
grHolePercentage | Modifies the percentage that corresponds the hole radius in the following charts: |
gStoredValue | Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. |
gStoredValueEnable | Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control. |
HClusterMasterNode | Returns the name of the master node in an HFSQL cluster. |
HExportJSONString | Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string. |
HRSRenameServer | Changes the DNS name of the replication server if it has a new name. |
HTMLEnableDebugger | Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control. |
HTMLUnwrapAllChildren | Deletes the specified node in an HTML document without deleting its children, which take its place. |
HTMLWrap | Wraps the specified node in a given node of an HTML document. |
HTMLWrapAllChildren | Wraps all children of the given node in a new node in an HTML document. |
HTMLInsertAfter | Adds a node after the specified node in an HTML document. |
HTMLInsertBefore | Adds a node before the specified node in an HTML document. |
HTMLInsertLastChild | Adds a child after the child of the current node in an HTML document. |
HTMLInsertFirstChild | Adds a child at the start of the children of the current node in an HTML document. |
HTMLModifyAttribute | Adds or changes an attribute of the current node of the HTML document. |
HTMLRemove | Removes the specified node and its descendants in an HTML document. |
HTMLRemoveAttribute | Removes a given attribute |
HTMLRemoveChild | Removes a given node in the current node of an HTML document. |
HTransactionSavepoint | Declares a transaction savepoint. |
HTransactionRollbackToSavepoint | Rolls the transaction back to the savepoint. |
AIDetect | Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI). |
AIDetectModel | Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image. |
iSequencingAddDiagram | Adds a printout of a document of type Diagram in a sequence of report printouts. |
iPrintDiagram | Prints a diagram from: - a Diagram Editor control,
- a "wddiag" file,
- a Diagram variable.
|
JSONToXML | Converts a JSON string to XML. |
LuhnCalculate | Calculates the next Luhn check digit for a given sequence. |
LuhnCheck | Checks that the given sequence is valid according to the Luhn formula. |
OpenAsynchronous | Opens a window whose result will be retrieved via a WLanguage procedure ("callback"). |
OpenDocumentAsynchronous | Opens a document using the appropriate editor |
OpenPopupAsynchronous | Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback"). |
PDFAddWatermark | Adds a watermark to all or some pages of an existing PDF file. |
PDFAddImage | Adds an image to a page in an existing PDF file. |
PDFNbSignatures | Gets the number of signatures in a PDF document. |
PDFGetSignatureDate | Gets the date of one of the signatures of a PDF document. |
PDFGetSignature | Gets the signature of a PDF document as a buffer. |
PythonAddPath | Adds the path to a directory or the path to the virtual environment to search for Python modules. |
PythonExecute | Executes a function present in a Python module. |
PythonInitialize | Specifies the location of the Python DLL to be loaded. |
PythonTerminate | Unloads the Python DLL and frees memory. |
RedisSet | Changes the value of a key on a Redis server. |
RedisGet | Gets the value of a key from a Redis server as a string. |
RegexSearch | Searches for all the parts of a string that follow a specific format. |
RegexReplace | Replaces all the parts of a string that follow a specific format. |
ScanWithUserInterface | Saves a document from a scanner to one or more files, using the scanner's user interface. |
ScanCapability | Used to determine if a scanner has a given capability. |
ScanList | Lists the scanners connected to the current computer. |
ScanProperty | Used to get and change the properties of a scanner. |
ScanGet | Gets the characteristics of a scanner. |
ScanSelect | Opens a standard dialog box with the available scanners. |
ScanToImage | Retrieves a document from a scanner in a variable of type Image. |
ScanToPDF | Saves a document from a scanner to a PDF file. |
SysNotificationCompatible | Checks if the operating system supports interactive notifications. |
SysNotificationSend | Sends an interactive notification to the system in order to be displayed. |
SysNotificationRemove | Removes a previously sent interactive notification. |
SysNotificationRemoveID | Removes all previously sent interactive notifications that match the specified identifier (ID). |
SysNotificationClear | Removes all interactive notifications previously sent by the current application. |
TableSearchEverywhere | Searches for a value in all the columns of the following controls: - Table control,
- TreeView Table control,
- Table control displayed in a Combo Box control.
|
WebserviceWriteCustomHTTPCode | Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed. |
WebSocketClientConnect | Establishes a connection to a WebSocket server. |
WebSocketClientConnectSSL | Establishes an SSL connection between the client and a WebSocket server. |
XMLToJSON | Converts an XML string to JSON. |