ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
SQLListSource (Function)
Lists the data sources declared on a local site.
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...
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
HDataSourceKnown (Function)
Determines if a data source has been initialized.
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Chart: Managing legends
Several types of legends are supported in the charts......
Installing WINDEV/WEBDEV/WINDEV Mobile: Complying with the directory standard
The different Windows versions propose standard regarding the location of some files and the use of directories......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
5. The following files are automatically created
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Types of Edit controls
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
HSetREP (Function)
Enables or disables the management of .REP file.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.