ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinError (Example)
Usage example of the FinError function
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......
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......
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
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......
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.
Variable scope
Variables can be declared anywhere in the code....