ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Flexbox control properties
WLanguage properties can be used to manipulate ......
Segmented Button control properties
You can manipulate Segmented Button controls in a window using various WLanguage properties......
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Programming patterns
CAUTION......
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Using the query result
The result of a select query can be used in......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: field label Window label. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
OpenDocument (Function)
Opens a document in a new (non-modal) window using the WINDEV editor adapted to the document. As of WINDEV Suite SaaS 2025 Update 2, the diagram editor will be used to open diagrams...
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....