ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window controls
Several types of controls can be used in a window, ......
Environment of the report editor
Environment of the report editor...
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Creating the Form pages of a WEBDEV RAD pattern
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Display (External language)
Displays a value in a control or assigns a value in a variable.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
Environment of the query editor
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Creating the Relation windows of a WINDEV RAD pattern
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
grParameter (Function)
Retrieves or modifies a chart parameter.
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
StartTotalRange (Property)
The StartTotalRange property is used to: get the first date or time that will be displayed in a Scheduler or TimeLine control. change the first time that can be displayed in a TimeLine control....
Creating the Relation pages of a WEBDEV RAD pattern