ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
GDPR: Overview
GDPR (General Data Protection Regulation) will replace "Data Protection Directive" on 25th May 2018......
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
2. Analysis in practice
System constants
List of constants used by the system functions....
16. Application test in practice
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Using an external component in an application
A component can be reused at any time in any application......
HFSQL Client/Server: Configuring the server
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Passing parameters
The parameters can be passed to a procedure......
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Report based on a query
Queries are used to easily select records in one or more data files......