ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Setup on a local network (LAN)
FTPTime (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol).
TreeView control properties
TreeView controls can be manipulated with WLanguage properties in a window as well as in a page......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
HDeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
eCurrencyName (Function)
Returns the caption of a currency.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Control constants
List of constants used by the functions for managing controls...
UploadCopyFile (Example)
Usage example of the UploadCopyFile function
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
grType (Function)
Identifies or modifies the type of chart.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
HSL (Function)
Creates a color from its hue, saturation and lightness.