ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
3. Deploying a WINDEV application
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Creating the Table windows of the WINDEV RAD pattern
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Custom tooltips
Tooltips are very useful for application users......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Step 5: Site parameters
Once the site installed, you can define the site connection options......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Creating a table in a report
Tables can be created in a report......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Input (Function)
Displays a message allowing the user to type an information.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min