ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dPoint (Example)
Usage example of the dPoint function
16. Java applications in practice
Java applications in practice...
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
FTPCommand (Example)
Usage example of the FTPCommand function
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
SaaSAdminAddUser (Function)
Adds a SaaS user.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
zipCreateExe (Example)
Usage example of the zipCreateExe function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
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......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
FTPDate (Example)
Usage example of the FTPDate function
FTPListFile (Example)
Usage example of the FTPListFile function
ErrorBuild (Function)
Displays a custom error message in a system error window.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function