ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
TreeView constants
List of constants used by the TreeXXX functions...
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
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.
MaxAutoID (Property)
The MaxAutoID property is used to get the maximum automatic identifier of a replicated data file.
fExtractPath (Example)
Usage example of the fExtractPath function
TreeView Table control properties
List of properties associated with the TreeView Table control...
Various constants
List of various constants used by the constants WINDEV functions....
fListDisk (Function)
Returns the list of disks installed on the computer.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
MongoModifyOne (Function)
Modifies a document in a collection of MongoDB database.
MongoDeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
Error 117: The array has X dimensions and you access it with Y dimensions
MongoGridFSGetFileInfo (Function)
Allows you to get information about a MongoDB file (gridFS).
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.DrawPolygon (Function)
Draws a polygon in an Image variable.
<Image>.DrawPolygon (Function)
Draws a polygon in an Image control,
SQLModify (Example)
Usage example of the SQLModify function