ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the link buttons in the windows of a WINDEV RAD pattern
Creating the Relation windows of a WINDEV RAD pattern
Creating the Table windows of the WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
Creating the Form windows of a WINDEV RAD pattern
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......
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....
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.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
<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.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
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.
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....
ERR_BUTTON_EXPECTED
13. Security benefit: managing the "Back" button
How to create a menu?
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......
1
2
3
4
5
6
129
>