ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMax (Property)
The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
<Scheduler>.ChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Style of a control
As soon as it is created, a control is associated with a style......
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Document (Type of variable)
The Document type is used to handle a "docx" document.
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
Sort the data displayed in your tables in one click
14. Controls in practice