ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Error 204: using a parameter without optional value after parameters ...
List of extension attributes
The list of extension attributes ......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Looper controls populated programmatically: Operations in WLanguage (prefix syntax)
Here is an overview of how to handle Looper controls populated programmatically in WLanguage...
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
CallDLL32 (Function)
Runs a function found in an external DLL.
How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
TwainState (Example)
Usage example of the TwainState function
API (Function)
Runs a function found in an external DLL.
JSONToVariant (Example)
Usage example of the JSONToVariant function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
Recompiling the project
The project compilation is a process used to......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Error 810: * can only be used for a parameter with a default value
INIRead (Example)
Usage example of the INIRead function