ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Image (Property)
The Image property gets and sets the background image of a control or block.
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...
Events associated with List Box controls
List of events associated with List Box controls...
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
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....
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...
Typing multilingual texts
For a multilingual application, you have the ability to......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
ControlClone (Function)
Creates a new control from an existing 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
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....
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.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
ControlToSource (Function)
Assigns the control value to the source of a control link.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......