ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Natif DB2 Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to DB2......
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
Composite chart
A composite chart is a chart that displays several types of charts......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
Compatibility between external components and deployed applications
A component can evolve in many ways......
Space (External language)
Fills the content of WdString with space characters on the right.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Private Store for mobile applications
There are two methods two deploy your applications......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......