ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application and suggests additional elements......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
List of operators
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
grCreate (Function)
Creates a specific type of chart.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....
Operator on Address
The & operator returns the address of a variable as an integer
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
Google Calendar management functions
List of functions for managing Google calendars...
Address
The Address keyword can correspond to...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....