ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLListSource (Function)
Lists the data sources declared on a local site.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLChangeConnection (Function)
Modifies the current connection.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
fSelect (Function)
Opens the Windows file picker.
Classes, members, methods and properties
A class is made of......
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.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLNext (Function)
Positions on the next row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fDir (Function)
Finds a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fDirRename (Function)
Renames a directory.