ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Delete (Function)
Deletes a record from a table (query or view).
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL table.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
HWatchStop (Function)
Stops watching a table on an HFSQL server.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
<Source>.WatchStop (Function)
Stops watching a table on an HFSQL server.
<Word Processing>.InsertTable (Function)
Inserts a table into a Word Processing control.
<Table>.EnumBreak (Function)
Enumerates the breaks found in a Table control.
Table,Insert (External language)
Inserts an element into a table at a given position.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a table.
BreakAdd (Function)
Adds a break into a Table or Looper control.
<Table>.ModifyColumn (Function)
Modifies a column in a horizontal Table control.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
<Page>.ToSource (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
2. Variables
WEBDEV Tutorial - WLanguage basics Lesson 2 - Variables - 20 min
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
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....
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
WDMap: View records in a table
WDMap is used to view the records found in a table......