ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<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).
Close (External language)
Closes the current window and restores the context that existed before the window opening.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Accessing a database via a web service
The database can be accessed via a web service......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
Creating a select query
A select query (corresponding SQL statement......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......