ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
BTLEListDevice (Function)
Returns the list of accessible Bluetooth Low Energy devices.
BTLEDisconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options in a MongoDB database.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
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.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
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.
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
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.
VerticalSwipe (Property)
The VerticalSwipe property is used to determine and change the swipe direction in an internal window with swipe gesture support.
Document (Type of variable)
The Document type is used to handle a "docx" document.