ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Code snippets
The code editor allows you to enter "Code snippets"......
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Constants used by the replication between HFSQL servers
The following constants are used by the replication between HFSQL servers:...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Constants for managing the modification of windows by the user
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
14. Unit tests/Automated tests
DLNA / UPnP functions (prefix syntax)
The following WLanguage functions are used to handle UPnP devices...
Managing the users of an application installed in network
The management of users allows you to find out from the server......
User report editor (Reports & Queries)
A report provides a custom view of data......
WEBDEV 2024: New features in this version
Here are the new features that you will discover in this version......
WINDEV 2024: New features in this version
Here are the new features that you will discover in this version......
Constants used by the functions for managing Tab controls