ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
Reloading a document
To reload a document, ......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
HFSQL Control Center: HFSQL Cluster management
The HFSQL Control Center includes all the tools needed to manage HFSQL clusters......
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
StreamDisconnect (Function)
Stops receiving or broadcasting a stream.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
1. The WINDEV Framework
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.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
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:...
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......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......