ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Share your projects via Git
Git is a source code manager......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Typing multilingual texts
For a multilingual application, you have the ability to......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
<PDF Reader>.Highlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
Various constants
List of various constants used by the constants WINDEV functions....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....