ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Sharing elements with a WINDEV application
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Query editor: Characteristics
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
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....
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
2. User-friendly editors in practice
User-friendly editors in practice...
HChangeConnection (Example)
Usage example of the HChangeConnection function
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Events associated with the project
List of events associated with the project...
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HOpenConnection (Example)
Usage example of the HOpenConnection function