ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Information 2105: This function was renamed
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Action Bar control events
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Creating the Vision pages of the WEBDEV RAD pattern
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Creating an insert query
An insert query (corresponding SQL statement......
ERR_TIMEOUT_REQUEST
The request did not respond within the timeout ( seconds). ERR_TIMEOUT_REQUEST (22)...
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WEBDEV cluster: Proxy configuration
To use a WEBDEV cluster, it is necessary to distribute the load between the different cluster nodes (each node corresponding to a WEBDEV Application Server)......
Configuring the setup program
Two tools can be used to create a setup program......
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
WEBDEV Page control events
The control Page WEBDEV allows you to integrate an Page WEBDEV in a WINDEV application......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....