ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
Automatic error handling
Error handling can be customized for each process......
Page with parameters
Toast (Variable type)
The Toast type is used to define all the advanced characteristics of a toast notification.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
OCRExtractText (Function)
Reads the text contained in an image.
gLine (Function)
Builds a sequence of characters containing a line.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
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....
SQLFirst (Function)
Positions on the first row of the query result.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
dBorder (Function)
Draws the borders.
User Groupware table structure
The BackgroundColor property is used to set the background color of a control, window, page or block of a report....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......