ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Assignment operators
Three assignment operators are available......
Share your projects via Git
Git is a source code manager......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
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......
Generating an application for Universal Windows 10 App
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
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....
Hyper File functions available for backward compatibility
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.