ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CtOLEDBProvider (Property)
The CtOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
7. Available controls in a window
WINDEV Mobile includes several types of controls...
HChangeName (Function)
Modifies the physical name of a data file.
Time management
For each element (windows, reports, ......
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HChangeConnection (Example)
Usage example of the HChangeConnection function
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
PageToSource (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....
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
How to create a patch?
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
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....
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Report based on a query
Queries are used to easily select records in one or more data files......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....