ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DataProcedure (Property)
The property DataProcedure property is used to specify the name of the WLanguage procedure called as data is received.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Video functions
List of video functions...
API (Function)
Runs a function found in an external DLL.
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
CaptionPeriodHeader (Property)
The CaptionPeriodHeader property gets and sets the caption of the time period displayed in the header of a Scheduler or Agenda control in a report.
List of reserved words
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
Phone constants (Android / iOS)
The xmlDocument keyword can correspond to: the XMLDocument function that is used to create a new XML document. For more details, see XMLDocument. an xmlDocument variable. For more details, see xmlDocument....
Map control events
The following events appear by default in the code editor of WINDEV, WINDEV Mobile and WEBDEV...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......