ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Row (Property)
The Row property is used to manipulate one or more rows.
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Compatibility between external components and deployed applications
A component can evolve in many ways......
10. UMC: User Macro-Code
Error 1060: Unable to call method without parameter: add ()
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
grAxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
Column
The Column property is used to manipulate one or more columns.
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
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.
<Chart>.AxisVisible (Function)
Configures how the axes are displayed in Line or Column charts.
<mongoCollection variable>.Add (Function)
Adds one or more documents into a collection of MongoDB database.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
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.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......