ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
URI constants
The following constants are used by URI-specific functions:...
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
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....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
VariableReset (Function)
Resets the variable to its initial value.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Geometry (Variable type)
The Geometry type can be used to store any type of geometry: point, polygon, etc.
gglDocument (Variable type)
The gglDocument type is used to handle a Google document...
New (Reserved word)
New is used to allocate memory space...
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
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....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
appServerScheduledTask (Variable type)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a web service).