ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
ThreadExecute (Function)
Starts the execution of a secondary thread.
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......
LoadParameter (Function)
Reads a persistent value.
XMLDocument (Function)
Creates a new XML document.
Constants for managing Map controls
Constants for managing Map controls...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
14. Generation modes
Generation modes...
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
HFSQL Client/Server: Configuring the data files on the server
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......