ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Border (Property)
The Border property gets and sets the characteristics of the borders: for a report control or block. for a window control. for a cell of the Table control....
WEBDEV concepts
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
BreakDelete (Function)
Deletes a break from a Table control or from a Looper control.
BreakDeleteAll (Function)
Deletes all breaks from a Table control or from a Looper control.
ControlPrevious (Function)
Specifies the name of control that was in edit before the current control.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
<Kanban>.Display (Function)
Refreshes a Kanban control or a card in the Kanban control.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....