ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<HFSQL connection>.ReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Connection variable>.ModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HCheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HModifyFileRights (Function)
Sets the rights granted to a user or group on an HFSQL Client/Server data file.
<HFSQL connection>.CheckIndexAsynchronous (Function)
Checks that the data contained in the index file (.NDX file) correctly references the data contained in the HFSQL Client/Server data file (.FIC file).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HCheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
<HFSQL connection>.StatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing...
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
HCheckMemoAsynchronous (Function)
Checks the structural integrity of memos in an HFSQL Client/Server data file.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
HReindexAsynchronous (Function)
Rebuilds the index of an HFSQL Client/Server data file (".NDX" file). This operation is asynchronous, i.e., it is performed on the server and does not block the client side.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
<Source>.CheckUnaltered (Function)
Checks that one or all records in an unalterable data file have not been modified (e.g. with a hexadecimal editor).
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
SocketRead (Function)
Retrieves a message sent by another socket.
WINDEV Mobile Framework License Agreement
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
FinCurrentVal (Function)
Returns the current value of investment.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
WINDEV License Agreement
WINDEV License Agreement...
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......