ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report viewer: Proposing several reports
In the document preview, end users can......
ReplicOpen (Function)
Opens a replication in direct mode or with a replication server.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
FTPConnect (Example)
Usage example of the FTPConnect function
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.
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Composite variable
A composite variable contains different types of elements (members)...
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Using an external component in an application
A component can be reused at any time in any application......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....