ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
<Map>.DeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
<Map>.DeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
<Map>.ModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
<Map>.ModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
<Map>.AddImage (Function)
Adds a new image to the map displayed in a Map control.
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
12. Universal replication
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
HListCustomFolder (Function)
Returns the list of Custom-Folders (also called groups) defined in the analysis.
2. Analysis in practice
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Events associated with Calendar controls
List of events associated with Calendar controls...
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Events associated with a Switch control
Events associated with Check Box controls
List of events associated with Check Box controls...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with Image controls
List of events associated with Image controls...
Events associated with Tab controls
List of events associated with Tab controls...
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....