ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications......
Local procedure
Two types of procedures are available......
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...
fCurrentDir (Function)
Identifies or modifies the current directory.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Summary table: Managing the application directories according to the platform
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.