ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS constants
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
FinRepayVal (Example)
Usage example of the FinRepayVal function
Reduce (Function)
Applies a computation to each element of a WLanguage array.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Events associated with supercontrols
List of events associated with supercontrols...
HTTPRequest (Function)
Starts an HTTP request on a server.
NetGetFile (Example)
Usage example of the NetGetFile function
iPrintImage (Example)
Usage example of the iPrintImage function
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
5. Which type of server to choose?
<Array>.Reduce (Function)
Applies a computation to each element of an array.