ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Vista style in your windows
WINDEV allows you to customize......
Constants for managing the windows
List of constants used by the functions for managing the windows...
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Google constants
List of constants used by the Google functions....
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Constants for the geo-localization functions
Constants used by the geo-localization functions...
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
Constants for test
List of constants used by the functions for managing automated tests....
SysIMEI (Function)
Returns the IMEI number of an Android phone.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
SysSerialNum (Function)
Returns the IMEI number of the current device.
ThreadPersistent (Function)
Makes a thread persistent.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
DnDCursor (Example)
Usage example of the DnDCursor function