ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Edit control programmatically
You can handle Edit controls programmatically......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
The pages
Pages are the main interface of a WEBDEV site......
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 data file 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)....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
AutomaticTextColor (Property)
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color.
2. WEBDEV administrator in practice
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
<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 data file 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 data file 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)....
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
<Chart>.SeriesLabel (Function)
Initializes the label of a data series in a chart.
grRBAddData (Function)
Adds data to a Radial Bar chart.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
<Chart>.RBAddData (Function)
Adds data to a Radial Bar chart.
Java application and WINDEV
A Java application is an application entirely compiled in Java......
.NET Assemblies
.NET is Microsoft's software development platform......
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....