ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
9. Overlaying controls
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Constants for managing Table, Treeview Table, Looper and List Box controls
List of constants used by the functions for managing Table, TreeView Table, Looper and List Box controls....
ContentType (Property)
The ContentType property gets and sets the type of a message.
ServerAddress (Property)
The ServerAddress property gets and sets the server address.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
Orientation (Property)
The Orientation property gets and sets the angle of an element.
PageWidth (Property)
The PageWidth property gets and sets the width of a page.
PageHeight (Property)
The PageHeight property gets and sets the height of a page.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
Handle_R (Property)
The Handle keyword gets and sets the handle of an element.
CharacterSpacing (Property)
The CharacterSpacing property gets and sets the spacing between characters.
<Connection variable>.RSListConfig (Function)
Lists the replications available on a master HFSQL server.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
6. Internal window
Internal windows...
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....