ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
PermissionRequest (Function)
Prompts the user to grant an application permission.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Constants for external files
List of constants used by the functions for managing external files....
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
Environment of the window editor
The main elements of window editor are as follows:
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Error 25: No THEN statement is associated with this IF
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
TreeView constants
List of constants used by the TreeXXX functions...
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
WINDEV License Agreement
WINDEV License Agreement...
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...