ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
13. Types of standard controls
ERR_BUTTON_EXPECTED
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
How to create a menu?
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
ActionLabel (Property)
The ActionLabel property gets and sets the label of the notification's action button....
14. Managing the "Back" button in practice
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......