ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Error 35: 'Continue' is available in the loops only
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
HDeleteTrigger (Function)
Deletes a trigger.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HDeactivateTrigger (Function)
Disables a trigger.
Compile (Example)
Usage example of the Compile function
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min