ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
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.
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.
<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.
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....
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.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
10. UMC: User Macro-Code
SenderAddress (Property)
The SenderAddress property allows you to get and change the sender address of an email.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
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)......