ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Content (Property)
The Content property is used to get and change the content of an element.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
The OLE control
The OLE control is used to handle an OLE object......
RestartProgram (Function)
Ends the application and restarts it.
2. Projects in practice
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
HExecuteView (Example)
Usage example of the HExecuteView function
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Keyword (Property)
The Keyword property is used to get and change a keyword.
httpRequest
The HTTPRequest keyword can correspond to...
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
Action (Property)
The Action property is used to specify the action to be performed.
fSelect (Example)
Usage example of the fSelect function
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
Reports & Queries: New features in this version
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuInsertSeparator (Function)
Inserts a separator into a menu.