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.
fCompress (Function)
Compresses a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
String functions (prefix syntax)
The following functions are used to handle strings, using prefix syntax:
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.).
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
fCurrentDir (Function)
Identifies or modifies the current directory.
How to?
Telephony constants
List of constants used by telephony functions...
Different types of data (Type of variable)
A variable is defined by name and type......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
KeyPressed (Function)
Checks which key is pressed.