ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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).
SQLFirst (Function)
Positions on the first row of the query result.
fDir (Function)
Finds a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
fDirRename (Function)
Renames a directory.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fExeDir (Function)
Returns the directory from which the execution is started.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fCompress (Function)
Compresses a file.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fDelete (Example)
Usage example of the fDelete function
fCurrentDir (Function)
Identifies or modifies the current directory.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
WINDEV Mobile concepts
fExtractResource (Function)
Extracts a resource from the application into a physical device location.