ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Image (Property)
The Image property gets and sets the background image of a control or block.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Project description: Style tab
The project description window allows you to configure various elements of your project......
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
Programming the table cells
The Table controls can be handled......
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
dCopyImage (Example)
Usage example of the dCopyImage function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Size (Property)
The Size property is used to determine and change the size of an element.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.