ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

String functions
List of functions for managing character strings...
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
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.
fCompress (Function)
Compresses a file.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fCurrentDir (Function)
Identifies or modifies the current directory.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
How to?
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.