ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Report based on a query
Queries are used to easily select records in one or more data files......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Guided tour management constants
Title (Property)
The Title property is used to get and change the title of an element.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.