ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
Font (Type of variable)
A Font variable creates a font programmatically...
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
Multilingual project
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
11. Controls in practice
Discover the main characteristics of the controls...
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
fShortName (Example)
Usage example of the fShortName function
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
13. External component in practice
External component in practice...
12. External component in practice
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
HChangeConnection (Example)
Usage example of the HChangeConnection function
14. Controls in practice