ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Status bar of windows
The status bar of a window is used to display several types of information......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
FileToPage (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)....
The Check Box control
A Check Box can correspond to......
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....
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....
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....
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
ERR_PARSER
<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)....
<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....
<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....
Toolbar control properties
List of properties associated with the Toolbar control...
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
Properties associated with reports and controls
List of properties associated with the reports and their controls...
WinAdaptSize (Function)
Adapts the window size to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
OLE control properties
List of properties associated with an OLE control...
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....