ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
Warning (Function)
Displays a custom message in a system warning window.
Push notification
A mobile device can receive push notifications......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Creating the menus for the pages of the WEBDEV RAD pattern
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
iParameterViewer (Function)
Configures the report viewer.
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
SCM file format evolutions
Four versions are available for the SCM repository......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
2. Projects in practice