ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
SQLReqExists (Function)
Checks the existence of a query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLChangeConnection (Function)
Modifies the current connection.
SQLListSource (Function)
Lists the data sources declared on a local site.
fSelect (Function)
Opens the Windows file picker.
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.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
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.
Global and local variable
Two types of variables are available......
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLNext (Function)
Positions on the next row of the query result.