ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Scheduler report
The report editor allows you to create "Scheduler" reports....
9. Types of standard controls
Types of standard controls...
Creating the menus for the windows of the WINDEV RAD pattern
NotificationDisplay (Function)
Displays a message outside the browser.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
Enumeration (Type of variable)
An enumeration is a set of values......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
ComponentInfo (Function)
Returns information about a component.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Creating the link buttons in the windows of a WINDEV RAD pattern