ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
PageDisplay (Function)
Displays a web page in the user's browser....
Using the query result
The result of a select query can be used in......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
HFSQL constants
List of constants used by the HFSQL functions....
12. Retrieving data from a site
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......