ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDelete (Function)
Deletes a file accessible from the current computer.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Constants for managing streams (sound and video)
List of constants used by the functions for managing streams (sound and video)....
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
fSize (Function)
Returns the size of a file (in bytes).
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL table with the same description. This table is neither encrypted nor password protected.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
JSONOpenReader (Function)
Creates a reader to read a JSON document without loading it into memory. Attention This function is only available from version 2025 Update 3....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
WDADMINEXE: Managing the setups in push
WDADMINEXE is used to deploy network applications in push via the "Push" tab......