ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.DrawShadow (Function)
Adds a shadow effect on an image found in an Image variable.
dShadow (Function)
Adds a shadow effect on an image found in an Image variable.
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...
dSlice (Example)
Usage example of the dSlice function
Upload control events
The following processes are associated with the Upload control:...
Classes, members, methods and properties
A class is made of......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Events associated with Chart controls
List of events associated with the Chart controls...
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...
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Properties associated with a group of controls
Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......