ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
Compression (Property)
The Compression property gets and sets the data compression mode.
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Encryption (Property)
The Property Encryption allows you to know and modify the type of encryption used.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Analysis associated with a project
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
The pages
Pages are the main interface of a WEBDEV site......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.