ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
fReadLine (Example)
Usage example of the fReadLine function
Constants for managing the clipboard
List of constants used by the functions for managing the clipboard....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider......
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
fFileExist (Function)
Checks the existence of an external file.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
iCreateFont (Example)
Usage example of the iCreateFont function
iPrintZone (Example)
Usage example of the iPrintZone function
Creating the link buttons in the windows of a WINDEV RAD pattern