ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Handling Organization Chart controls programmatically
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
<Chart>.CategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
<Chart>.ScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HMode (Function)
Changes the mode and the method for locking data files.
Common project
Projects are often cross-platform......
Using .NET assemblies in a project
To use .NET assemblies in a project......
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......
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)....
<Gantt chart>.ListTask (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)....
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
3. Deploying a dynamic WEBDEV site