ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
grParameter (Function)
Retrieves or modifies a chart parameter.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
BurnerErase (Example)
Usage example of the BurnerErase function
Constants for manging the replication
List of constants used by the functions for managing the replication....
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
HDescribeFile (Function)
Describes a data file programmatically.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
zipSize (Example)
Usage example of the zipSize function
HTTP constants
List of constants used by the HTTP functions....
Character strings
WLanguage supports different types of strings....
iParameter (Function)
Retrieves the printer configuration and configures the print.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
SQL functions: Special case
List of SQL functions: Special case...
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......