ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming ActiveX
WINDEV allows you to manipulate an ActiveX control in WLanguage via...
WDXView: Overview
WDXView is an ActiveX browser...
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
9. Overlaying controls
<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)....
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)....
ERR_PARSER
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....
<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....
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....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
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...
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Toolbar control properties
List of properties associated with the Toolbar control...