ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Control template
A control template is a set of controls that can be reused in several windows or pages...
Events associated with control templates
List of events associated with control templates
Custom properties (WLanguage)
A custom property is a code element with two events...
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
<Toolbar>.Undock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
SelectedText (Property)
The SelectedText property gets and sets the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
11. Choosing the action of a button/link
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Handling PDF Reader controls programmatically
A PDF Reader control can be handled through programming......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......