ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

8. Binding controls to data
A window can display information from......
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (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 data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SourceToScreen (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 HFSL data file described in the data model editor. the values of the bound WLanguage variables....
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
<Chart>.Print (Function)
Prints a chart.
grPrint (Function)
Prints a chart.
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Events associated with a Gantt Chart column
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
grAddData (Function)
Adds a data into a chart.
grRotation (Function)
Used to: Turn a chart around one of its axes in order to better view the data. Find out the rotation angle of a chart on one of its axes....
ChangeTarget (Function)
Changes the target of a button action.
AAF: Context menu of Image controls
A context menu is available for Image controls......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
grDestinationWnd (Function)
Defines a window as chart destination.
Programming the looper attributes
All the looper attributes can be handled by programming......
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.Scatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.