ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Options of the window editor
To configure the general options of the window editor......
<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....
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....
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....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables 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.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Office tools
WINDEV includes multiple "Office" controls that allow end users to use the desired tools without leaving the application......
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....
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static text control....
<TreeView Table>.AddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
The Item control
The "Item" control is used to edit the content of an item found in a data file......
11. Choosing the action of a button/link
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....