ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Manipulating Segmented Button controls programmatically
WINDEV and WINDEV Mobile allow you to programmatically manipulate Segmented Button controls......
Segmented Button control properties
You can manipulate Segmented Button controls in a window using various WLanguage properties......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
<Radio button>.Delete (Function)
Deletes an option from a Radio Button control.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
<Segmented Button>.Delete (Function)
Deletes an option from a Segmented Button control.
<Segmented Button>.DeleteAll (Function)
Deletes all the options from a Segmented Button control.
SegmentedButtonDeleteAll (Function)
Deletes all the options from a Segmented Button control.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
<Radio button>.Add (Function)
Adds a new option into a Radio Button control.
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
SegmentedButtonInsert (Function)
Inserts a new option into a Segmented Button control.
<Segmented Button>.Insert (Function)
Inserts a new option into a Segmented Button control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.