ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Step 1: Configuring the print parameters
This step allows you to choose......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Debugging constants
List of constants used by the debugging functions...
WinStatus (Function)
Identifies or modifies the window status.
SocketRead (Function)
Retrieves a message sent by another socket.
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDZip: Creating or modifying an archive
This help page explains how to......
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
zipCreate (Function)
Creates an archive.
Automatic management of exceptions
The management of exceptions can be customized by process......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min