ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
<Chart>.GetData (Function)
Retrieves a data from a chart.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Drawing constants
List of constants used by the drawing functions....
Events associated with windows
List of events associated with windows...
Creating the Vision pages of the WEBDEV RAD pattern
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Warning (Function)
Displays a custom message in a system warning window.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
grGetData (Function)
Retrieves a data from a chart.
grSurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
<Chart>.SurfaceDeleteMarkCaption (Function)
Deletes the captions of marks found in a Surface chart.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
iPageHeight (Example)
Usage example of the iPageHeight function
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min