ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Row (Property)
The Row property is used to manipulate one or more rows.
Cell (Property)
The Cell property is used to manipulate one or more cells.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<Map>.EndOfMove (Function)
Stops following the device movement in a Map control.
<Table>.MoveColumn (Function)
Moves a column in a Table or TreeView Table control.
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Column
The Column property is used to manipulate one or more columns.
ErrorThrow (Function)
Throw a non-fatal error.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
16. Types of code
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......