ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDMap: View records in a table
WDMap is used to view the records found in a table......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
<Connection variable>.AddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL tables.
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
HChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server tables....
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
DisplayOrphan (Property)
The property AfficheOrphelin property allows you to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Table, List Box and Combo Box controls bound to queries
A Table, List Box, or Combo Box control can be used to display the content of a table or query......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.