ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
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.
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, ......
HIndex (Function)
Rebuilds the file index (".NDX" file).
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
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......
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......
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......