ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
HAddGroup (Function)
Adds a group of users.
SQLLast (Function)
Sets the position on the last row of the query result.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
ServiceUninstall (Function)
Uninstalls a service.
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
HTTPRequest (Function)
Starts an HTTP request on a server.
Record (Type of variable)
The Record type is used to save the values of a record.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
RGB (Function)
Defines a color from its Red, Green and Blue components.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
iCloseReport (Function)
Stops printing the current report immediately.
fRead (Example)
Usage example of the fRead function