ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Sub-query
A sub-query is a query whose result is used by another query...
Events associated with Link controls
List of events associated with Link controls...
Ad control properties
An Ad control can be manipulated in WLanguage in a window with the following properties.
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 app). Function kept for backward compatibility....
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
PageToSource (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Data persistence
The data persistence is used to store the value typed by the user......
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
SOAP functions
List of SOAP functions...
Accessing a database via a web service
The database can be accessed via a web service......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.