ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The OLE control
The OLE control is used to handle an OLE object...
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV 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.
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......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
Screen,Input (External language)
Starts the input in the controls of a window.
AnimationEnabled (Function)
Enables or disables the animations in the 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......
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
The Sidebar control
The Sidebar control gives access to different options......
<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....
<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)....
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....
ERR_PARSER
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.