ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.AddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
<Gantt chart>.DateTimePosition (Function)
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
GanttAddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
<Table>.Adjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
<Table>.Sort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
TitleImage (Property)
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Error 303: ambiguous control name
<Table>.DisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
GanttListLink (Function)
Lists the links found in a Gantt Chart column found in a Table (or TreeView Table) control.
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
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....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
1
2
3
4
5
6
106
>