ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Bluetooth constants
List of constants used by the Bluetooth functions....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native SQL Server Connector (also called Native SQL Server Access)......
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Appendix 2: Checking the server
Bloque entièrement ou partiellement un fichier externe....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
PageDisplay (Function)
Displays a web page in the user's browser....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
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.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Constants used by the scanner functions
Constants used by the scanner functions...
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.