ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
7. Multilingual sites in practice
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site before validating a form....
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
WDHFDiff - Use
WDHFDiff is used to compare......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
7. HFSQL: files physically created
Reverse code modeling
The reverse code modeling allows you to view in a graph......
12. Pages in practice
5. HFSQL Client/Server
XML management: Use example
This application example manages an XML file named "Orders......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
WEBDEV Application Server 2024
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
8. Traffic statistics of dynamic sites
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.