ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Organization Chart>.Display (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
OrgDisplay (Function)
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
OrgAddChild (Function)
Adds a child element into an Organization Chart control.
BannerLast (Function)
Displays the last plane of a Sliding Banner control.
<Organization Chart>.AddChild (Function)
Adds a child element into an Organization Chart control.
<Sliding Banner>.Last (Function)
Displays the last plane of a Sliding Banner control.
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
<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.
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.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.