ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
xlsSave (Function)
Saves an XLS document.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Scheduler report
The report editor allows you to create "Scheduler" reports....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Connection variable>.DeactivateServerTrigger (Function)
Disables an HFSQL Client/Server server trigger on a server....
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
WINDEV theme generator: Customize elements
The generator of WINDEV themes is used to generate the necessary files for creating a custom theme for the WINDEV projects......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must be performed......
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
ProjectInfo (Function)
Returns specific information about the project currently run.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
fWriteLine (Example)
Usage example of the fWriteLine function
HDataSourceKnown (Function)
Determines if a data source has been initialized.
Manipulating Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Button controls......
HCopyFile (Example)
Usage example of the HCopyFile function