ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CrosshairThickness (Property)
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
<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 table described in the data model editor. the values of the bound WLanguage variables....
ElementOrientation (Property)
The ElementOrientation property is used to get and change the orientation of an Organization Chart control.
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
<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 table described in the data model editor. the values of the bound WLanguage variables....
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
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 table described in the data model editor. the values of the bound WLanguage variables....
13. Types of standard controls
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.TitleFont (Function)
Modifies the font used for the chart title.
grTitleFont (Function)
Modifies the font used for the chart title.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
grWaffleTypeCell (Function)
Defines the shape of cells in a Waffle chart.
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
REP files
REP files contain the list of tables handled by the application....
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......