ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
XMLSource (Property)
The XMLSource property is used to get the XML source code.
Error 1044: The class is already derived from this class
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Multiline strings
To type character strings over several lines in the code editor...
Web Camera control events
The following events appear by default in the WEBDEV code editor:
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box control.
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Generating an application for Universal Windows 10 App
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....