ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Queue (Variable type)
A Queue variable is a structured type that groups a set of elements of the same type.
Setup for WINDEV and WEBDEV (Development version and WEBDEV Application Server for Windows)
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
The different types of windows
The following types of windows can be created in a WINDEV application......
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
Creating the link buttons in the windows of a WINDEV RAD pattern
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB, RAR or WDZ.
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
Events associated with a Gantt Chart column
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
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.
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Reals
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
SQLFirst (Function)
Positions on the first row of the query result.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...