ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
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....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
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)......
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Examples for using the OLE DB provider for HFSQL
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
sfMergeRequest (Type of variable)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...
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.