ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
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....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
BottomMargin (Property)
The BottomMargin property sets the bottom margin of an element.
10. Smart controls
Smart controls...
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
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.
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
<Radio button>.Insert (Function)
Inserts a new option into a Radio Button control.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
Assignment operators
Three assignment operators are available......
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in 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.
Type and version of Web server
The configuration diagnostic displays the following error......
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
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......