ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Printing in PDF format: Special cases
Specific features of print in PDF format...
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
On/Off button in a window
The on/off button is a button that operates like a check box......
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Tab Control properties
A Tab Control can be manipulated in WLanguage either in a window or in a page with the following properties......
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
TableItemStatus (Function)
Returns the state of a node in a TreeView Table control: rolled up, unrolled or non-existent.