ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReindexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL table and returns the percentage of reindexing already performed.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Error (Function)
Displays a custom error message in a system error window.
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
MySelf (Reserved word)
MySelf is used to handle the current control...
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Programming overview in C and C++
PageDisplay (Function)
Displays a web page in the user's browser....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....