ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
Functions for managing Multiline Zone controls (prefix syntax)
Functions for handling Multiline Zone controls (prefix syntax)....
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
Camera/Video functions (prefix syntax)
Printing in PDF format: Special cases
Specific features of print in PDF format...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.