ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Events associated with a Dockable Panel control
18. Management of business rules
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
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, ......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
nWDSetParentNext
Set the parent of the next window to open......
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
WINDEV applications for Linux: Specific features