ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SegmentedButtonDeleteAll (Function)
Deletes all the options from a Segmented Button control.
<Segmented Button>.DeleteAll (Function)
Deletes all the options from a Segmented Button control.
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
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.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
SegmentedButtonInsert (Function)
Inserts a new option into a Segmented Button control.
<Segmented Button>.Insert (Function)
Inserts a new option into a Segmented Button control.
Creating the Form windows of a WINDEV RAD pattern
Creating the link buttons in the windows of a WINDEV RAD pattern