ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
LeftIndent (Property)
The LeftIndent property gets and sets the space to the left of the text in a control.
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
HFSQL properties
List of HFSQL properties...
EndControl (Property)
The EndControl property gets or sets the target control of a Wire control.
Project description: Project tab
The project description window allows you to configure various elements of your project......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Creating a select query
A select query (corresponding SQL statement......
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
CrosshairThickness (Property)
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
WidgetProcedure (Function)
Specifies the procedure that will be called when the user clicks an iOS 14 widget.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......