ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
iDestination (Function)
Configures the print destination.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
WINDEV Mobile Framework License Agreement
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Local procedure
Two types of procedures are available......
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....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
HPass (Function)
Defines the password used to create or open a data file.
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
WINDEV Framework License Agreement
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
fMoveFile (Function)
Moves a file from one directory to another.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...