ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HChangeName (Function)
Modifies the physical name of a data file.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Miscellaneous Windows constants
List of constants used by the Windows functions....
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Events associated with a Gantt Chart column
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
WDSQL, SQL querier: Overview
WDSQL is used to......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Kanban control events
The following events are associated with Kanban controls......
Border (Type of variable)
The Border type is used to handle a border through programming...
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
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.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.