ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Label report
The report editor allows you to create "Label" reports......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
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......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
5. Site test in practice
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.