ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
FTPConnect (Example)
Usage example of the FTPConnect function
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Assignment operators
Three assignment operators are available......
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
Events associated with TreeView controls
List of events associated with TreeView controls...
2. User-friendly editors in practice
User-friendly editors in practice...
zipSize (Example)
Usage example of the zipSize function
FTP constants
List of constants used by the FTP functions....
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
FTPGetFile (Function)
Transfers a file from an FTP (File Transfer Protocol) server to the current computer.
Handling a control through programming in a report
All report controls can be handled through programming......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
Net constants
List of constants used by the Net functions....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
SQLModify (Example)
Usage example of the SQLModify function