ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
HDataSourceKnown (Function)
Determines if a data source has been initialized.
SQLListSource (Function)
Lists the data sources declared on a local site.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<Image>.Copy (Function)
Copies an image to another image.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
WINDEV 2024 Tutorial - Table of contents
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Constants for external files
List of constants used by the functions for managing external files....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
<Image variable>.Copy (Function)
Copies an image to another image.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
How to create a patch?
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
WINDEV: Example of programmed Drag and Drop
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
OrgDeleteAll (Function)
Deletes all elements from an Organization Chart control.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Variables for managing the Drag and Drop
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
Constants for managing Gantt charts
Copying and cloning
Variables are copied using the "=" operator...
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.