ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.FilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Chart>.Interval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Organization chart linked to a data file
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
1
2
3
4
5
6
292
>