ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor): in a Word Processing control. Note: This selection is located in the part being edited (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
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....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
HourGlass (Function)
Transforms the mouse cursor into hourglass and vice versa. In Android and iOS, displays an endless progress bar in a window....
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
TwainToClipboard (Function)
Allows: copy the document coming from the Twain device to the clipboard. view the document coming from the Twain device in the user interface of device....
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
Managing HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......