ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
WebAddress (Type of variable)
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.).
Constants for WLanguage types
List of constants for managing WLanguage types....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
Viewing a report in 3D
Your report displays controls that overlap?......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
2. UML models
2. UML models
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Typing multilingual texts
For a multilingual application, you have the ability to......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
Structure (Type of variable)
A structure is a custom type of data...
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Progress Bar control properties
List of properties associated with the Progress Bar control...
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......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
grCreate (Function)
Creates a specific type of chart.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.