ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
Extra (Property)
The Extra property manges additional information.
grCreateFont (Function)
grCreateFont is kept for backward compatibility.
fImageSelect (Example)
Usage example of the fImageSelect function
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
fListDirectory (Example)
Usage example of the fListDirectory function
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
MatReadColumn (Example)
Usage example of the MatReadColumn function
MatReadLine (Example)
Usage example of the MatReadLine function
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
grDestinationWnd (Function)
Defines a window as chart destination.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
FontName (Property)
The FontName property is used to manage the name of the font used.
MatRead (Example)
Usage example of the MatRead function
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
DnDEvent (Function)
Indicates the procedure to run during an event of Drag/Drop....
14. Report templates
...Report templates are used to easily standardize report layouts....
DnDIsDataAvailable (Function)
Checks whether a specific type of data is available during Drag/Drop....
InitialValue (Property)
The InitialValue property is used to get and/or change an initial value....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
fGraphicFilter (Example)
Usage example of the fGraphicFilter function