ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCheckStructure (Function)
Defines the mode for comparing data files.
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
OpenChild (Example)
Usage example of the OpenChild function
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Principle for running threads
At runtime, an application runs in a main thread......
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
FileDisplay (Example)
Usage example of the FileDisplay function
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
Debugging constants
List of constants used by the debugging functions...
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Combination (Type of variable)
A combination is a set of options.
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
LDAPReplaceAttributeValue (Function)
Replaces a specific value of an attribute by a new value.