ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
The Flexbox control
Flexbox is a standard layout system for web pages......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
The Cell control
The Cell control contains controls......
SourceFromWindow (Function)
Automatically initializes: the values of a table'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....
AnimationEnabled (Function)
Enables or disables the animations in the controls.
Screen,Input (External language)
Starts the input in the controls of a window.
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......
WindowToData (Function)
Automatically updates: the values of a table'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 table'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....
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
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 table 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)....
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.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Error 2: Incomplete line
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu....