ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
What is an application?
An application is a set of objects (windows, controls, ......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Project database schema: the Logical Data Model (LDM)
An LDM (Logical Data Model) is used to describe data structures (tables, fields, etc.)......
Sharing the context menus in the project
In most cases, several context menus are included in your applications......
Uploading files
Uploading consists in saving a file located on the user's computer to a web server......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Help about new features: Letting users know about changes
Applications are constantly evolving......