ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDescribeConnection (Example)
Usage example of the HDescribeConnection function
SQLExec (Function)
Names and runs an SQL query.
HDelete (Function)
Deletes a record from a table (query or view).
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
NFCSendTag (Function)
Sends a NFC tag to another device.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
Geolocation function constants
Constants used by geolocation functions...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....