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.).
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.
<Source>.DataSourceKnown (Function)
Determines if a data source has been initialized.
Binding a WEBDEV slider to an item
A WEBDEV slider can be bound to an item in a table, query, etc....
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
HInfoLog (Function)
Returns information about the server logs.
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
Reactive procedures
Reactive procedures are executed when the value of a control or variable changes......
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Constants for managing emails
List of constants used by the functions for managing emails....
Manipulating a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
pvtPosition (Variable type)
The pvtPosition type is used to handle a cell of a Pivot Table control.