ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
DocUndo (Function)
Undoes the last action performed on a Word Processing document.
DocRedo (Function)
Restores the last undone action on a Word Processing document.
DocUndoCount (Function)
Returns the number of actions that can be undone on a document.
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoFind (Function)
Finds documents in a MongoDB collection.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
MongoDeleteAll (Function)
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
HRetrieveBackup (Function)
Retrieves locally the content of a compressed backup (in ZIP format) performed on an HFSQL server.