ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Check model
You can use check models to easily create checks...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
AJAXCancelAsynchronousCall (Function)
Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous.
VariableReset (Function)
Resets the variable to its initial value.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
zipDeleteFileList (Function)
Deletes a list of files from an archive.
New (Reserved word)
New is used to allocate memory space...
String functions
List of functions for managing character strings...
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....