ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Camera (Property)
The Camera property is used to identify and change the camera used (back or front).
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
GranularityDuration (Property)
The GranularityDuration property is used to get and change the size of the grid to resize: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
Torch (Property)
The Torch property is used to determine and change how a Camera control uses the torch.
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
12. Control templates
WINDEV Mobile allows you to create control templates....
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Composite chart
A composite chart is a chart that displays several types of charts......
16. Types of code
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Chart>.DeleteAll (Function)
Erases a chart and destroys this chart.
grDeleteAll (Function)
Erases a chart and destroys this chart.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
1
2
3
4
5
6
94
>