ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Vista style in your windows
WINDEV allows you to customize......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Warning (Function)
Displays a custom message in a system warning window.
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Status bar of windows
The status bar of a window is used to display several types of information......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....