ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
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)
eCurrencyName (Function)
Returns the caption of a currency.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
Control constants
List of constants used by the functions for managing controls...
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
TableInfoXY (Example)
Usage example of the TableInfoXY function
UploadCurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
Error 35: 'Continue' is available in the loops only
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
HAddScheduling (Function)
Creates a scheduled task on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HDeleteScheduling (Function)
Deletes a scheduled task found on an HFSQL server: stored procedure, backup, optimization, refresh of materialized view....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
DownloadAdd (Function)
Adds a new download in the device's download manager....
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
xlsColumnType (Example)
Usage example of the xlsColumnType function