ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....
<Document variable>.InsertTable (Function)
Inserts a table in a Document variable.
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
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)......
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
Manipulating Scheduler controls programmatically
A Scheduler control can be......
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
<Table>.fromJSON (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
JSONToTable (Function)
Populates a Table or TreeView Table control with the contents of a JSON string or variable.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
Binding controls to data
A window or page can display information from......
Manipulating Pivot Table controls programmatically
A Pivot Table control can be handled through programming......