ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dFill (Example)
Usage example of the dFill function
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
Custom tooltips
Tooltips are very useful for application users......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
MCI constants
List of constants used by the MCI functions....
EmailGetAll (Function)
Retrieves all the emails found on a server.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Event (Example)
Usage example of the Event function