ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating help pages
A help system includes several pages......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
Checked (Property)
The Checked property gets and sets the checkmark state of an element.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
SocketCreate (Function)
Creates a socket.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
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......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
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....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
The Context Menu control (WEBDEV)
Context menus are often used in websites......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
DrawingAvailable (Function)
Indicates whether the drawing features are supported by the browser.