ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Clickable Image control
The Clickable Image control can be used to......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
9. Overlaying 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)....
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
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......
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
The Sidebar control
The Sidebar control gives access to different options......
<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