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....
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....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
FTP constants
List of constants used by the FTP functions....
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
1. The WINDEV Framework
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Handling Gantt Chart controls programmatically
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
4. Create a page in the editor...
Different types of data (Type of variable)
A variable is defined by name and type......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....