ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gImage (Function)
Builds a sequence of characters containing an image.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
iColumnEnd (Function)
Forces a column break in a multi-column report.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
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.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
DashDisplay (Function)
Refreshes elements in a Dashboard control.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
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.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.