ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Joins between the tables of a select query
When several tables are used in a query, the query editor automatically searches for the links between these tables described in the database schema......
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
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....
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Token
The Token keyword can correspond to...
FaxRestart (Function)
Restarts a fax in the spooler.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Monochrome (Property)
The Monochrome property determines whether an image should be used in monochrome mode.
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
iWindowCancel (Function)
Configures the print cancel window.
Copying controls from the window editor
The controls can be copied from the window editor......
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
Events associated with the Pivot Table control
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Events associated with a Switch control
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...