ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Locking data files: correspondence between WINDEV 5.5 and the later versions
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Time and date management properties
List of properties for managing dates and times...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Global and local variable
Two types of variables are available......
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
MapIDGgl (Function)
Gets or sets the style used in the Map control. This style corresponds to a map ID defined in the Google Cloud console. This new function is available from version 2025 Update 2....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Constants used for managing the multi-touch
Constants for managing the multi-touch...
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL table....
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......