ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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.
Locking data files: correspondence between WINDEV 5.5 and the later versions
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....
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
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......
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
Seek (Function)
Searches for the index of an element in a WLanguage array.