ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
ToolbarVisible (Property)
The ToolbarVisible property is used to: determine if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
<Dashboard>.Delete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
Test a state
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
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......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Display (External language)
Displays a value in a control or assigns a value in a variable.