ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming...
The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
Outstanding progress bars
Simple or symmetric progress bar?
Image (Property)
The Image property gets and sets the background image of a control or block.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Events associated with Radio Button controls
List of events associated with Radio Button controls...
Events associated with formatted display controls
List of events associated with formatted display controls...
Events associated with Java Applet controls
List of events associated with Java Applet controls...
Events associated with List Box controls
List of events associated with List Box controls...
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Typing multilingual texts
For a multilingual application, you have the ability to......
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....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
ControlClone (Function)
Creates a new control from an existing control.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
21. Managing business rules
Managing business rules...
18. Management of business rules
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....