ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
SQLReqExists (Function)
Checks the existence of a query.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLChangeConnection (Function)
Modifies the current connection.
SQLListSource (Function)
Lists the data sources declared on a local site.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
fLongName (Function)
Returns the long name of a file or directory.
fLongPath (Function)
Returns the full long path of a file or directory.
fShortPath (Function)
Returns the full short path of a file or directory.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
fSelect (Function)
Opens the Windows file picker.
Database schema description window
The database schema description window includes all the characteristics and options of the current database schema......
fStopCompress (Function)
Stops the operation used to compress or decompress a file.