ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Manipulating Diagram Editor controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate Diagram Editor controls......
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Removing a project from the SCM (Source Code Manager)
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
HFSQL Control Center: Managing scheduled tasks
The Control Center allows you to set up an automatic optimization mechanism for the database and its files, thanks to scheduled optimization tasks......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Allowing nullable types
Allowing nullable types in a project changes the way your project handles null values......
Automatic error handling
Error handling can be customized for each process......