ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
Native MySQL Connector - License Agreement
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
Google Contacts management functions
List of functions for managing Google contacts...
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
Installing a SOAP server with Apache
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Constants for managing the modification of windows by the user