ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
URL (Property)
The URL property is used to get and change a URL.
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Properties associated with a window
List of properties associated with a window...
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
RTF control properties
List of properties associated with the RTF control...
Global and local variable
Two types of variables are available......
WinStatus (Function)
Identifies or modifies the window status.
2. Types of setup
Types of setup...
Overview of external languages
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
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.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
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.
gToRetrieve (Function)
Describes the text value to display and to return when retrieving the value of an element found in a List Box control or in a Combo Box control.
Sidebar control properties
List of properties associated with the Sidebar control...
Item control properties
List of properties associated with the Item control...
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
14. Managing the "Back" button in practice
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).