ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Description window of a combining query
The description window of a combining query consists of several sections......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
3. Application development cycle
Development cycle of a WINDEV application....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
EmulateSpeed (Function)
Defines the runtime speed for the emulating functions.
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
Emulating constants
List of constants used by the functions for emulating automated tests....
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Runtime log
The runtime log is the best way to identify the most used features of an application......
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......