ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
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......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Table,Count (External language)
Returns the number of elements in a Table control.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
WorkingHourStart (Property)
The WorkingHourStart property is used to get and change the start time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used: by an Organizer control. by a Scheduler control. by a Gantt Chart column (in a Table or TreeView Table control)....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
DisplayOrphan (Property)
The DisplayOrphan property is used 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....
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
BreakAdd (Function)
Adds a break into a Table or Looper control.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Referring to an element in a WLanguage event / process