ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
FinError (Example)
Usage example of the FinError function
FinInterestRate (Example)
Usage example of the FinInterestRate function
PageParameter (Function)
Returns the value of a parameter passed to the current page.
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message......
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
WDOptimizer: Editing and modifying a ".REP" file
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
Error 1045: A class cannot be declared outside the declaration code of a class
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Variable scope
Variables can be declared anywhere in the code....
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.