ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DnDGetData (Function)
Retrieves a specific type of data during Drag/Drop....
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
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.
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....
Handling menu options programmatically
The menu options can be handled......
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....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
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.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
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......