ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
HChangeName (Function)
Modifies the physical name of a data file.
iForceComplement (Function)
Forces the printing of a Body Complement block.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
SQLModify (Function)
Modifies the content of a row in the query result.
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
<mongoCollection variable>.ModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
SysColor (Function)
Identifies or modifies the color of a Windows element.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Optional events
By default, the codes available in the code editor correspond to the most common codes......