ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
14. Controls in practice
Guide organization
Organization of WINDEV Concepts...
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
8. If you are already familiar with WINDEV
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
ERR_BAD_CONTEXT
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......