ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
The HTML Display control
The HTML Display control displays a web page in an application......
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
3. Deploying a WINDEV application
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Browser constants
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.