ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. User Groupware in practice
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
SQLSeek (Function)
Positions on the specified result row of the query.
4. Monitor your applications
Managing the users of an application installed in network
The management of users allows you to find out from the server......
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
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......
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Appendix 4: WEBDEV modules
The table below presents the modules installed by the WEBDEV application server for Linux and their main features......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Native Oracle Connector for WINDEV and WEBDEV
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Setup of the WEBDEV Application Server for Linux
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Importance (Property)
The Importance property is used to get and change the importance level of an appointment.
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
SQLNext (Function)
Positions on the next row of the query result.