ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
XMLChild (Function)
Positions on the first child element of current element.
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
iPrintReport (External language)
Prints a report created with the report editor.
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Handling a Conceptual Data Model (CDM)
The main operations that can be performed on a CDM are as follows......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Reminder (Type of variable)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
Handling Spreadsheet controls programmatically (in a report)