ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Handling menu options programmatically
The menu options can be handled......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Environment of the query editor
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Changing sites from AWP to SEO-ready session mode
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
gImage (Function)
Builds a sequence of characters containing an image.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
zipDeleteFileList (Function)
Deletes a list of files from an archive.
DnDCursor (Example)
Usage example of the DnDCursor function
DnDEvent (Example)
Usage example of the DnDEvent function