ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "Detail" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe...
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels...
Chart control: "General" Tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control...
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports...
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations...
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Chart>.SeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
DashInfoXY (Function)
Determines: whether a widget is found at a given position in a Dashboard control. which widget is found at a given position in a Dashboard control....
Handling a Web Component control through programming
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
<Dashboard>.InfoXY (Function)
Determines: whether a widget is found at a given position in a Dashboard control. which widget is found at a given position in a Dashboard control....
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<Scheduler>.PositionDateTime (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
<Table>.SetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Compass (Property)
The Compass property is used to: display or hide the compass on a Map control, determine whether the compass is displayed on a Map control....
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
<HTML Display control>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.