ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
Table,Col (External language)
Returns the current index of the column.
MemCurrent (Function)
Returns the index of the current element.
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
2. Analysis in practice
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.