ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Browser constants
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Extracting messages added or modified since last extraction
A project was already created and translated......
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
gImage (Function)
Builds a sequence of characters containing an image.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
DnDCursor (Example)
Usage example of the DnDCursor function
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
DnDEvent (Example)
Usage example of the DnDEvent function