ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
Popup control properties
Dashboard control properties
A Dashboard control can be handled in a window by the following WLanguage properties......
Social Network control properties
A Social Network control can be handled in a page by the following WLanguage properties......
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
TreeView control properties
The TreeView controls found in a window or in a page can be handled by the WLanguage properties......
Peeling Corner control properties
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Designing a supercontrol
A supercontrol is an advanced type of control......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
Report blocks
A printed report includes several sections......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Image control in a page
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. 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 page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.OpenChild (Function)
Opens a non-modal child window.