ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
AutomaticValidationDuration (Property)
The DurationValidation property automatic allows you to define the delay in seconds before validation automatic of the visit steps.
EtapeSuivante (Property)
The Property NextStep allows you to authorize or not the passage to the next step of the guided tour from the step bubble.
PreviousStep (Property)
The Property PreviousStep allows you to authorize or not the passage to the previous step of the guided tour from the step bubble.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
ActionCible (Property)
The Property TargetAction allows you to define the action performed when clicking on the target control (s) of the step of a guided tour.
ActionHorsCible (Property)
The Property ActionOffTarget allows you to define the action performed when clicking on fields other than the target fields of the step of a guided tour.
AnimationDuration (Property)
The Property AnimationDuration allows you to define the duration of the animation of the effect applied to the target control during a guided tour.
DurationToString (Function)
Converts a duration to a character string in the specified format.
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Progress (Property)
The Progress property returns the task progress status.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
WDDIXIO overview
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Managing assertions
...The main available features are as follows:...
HDescribeItem (Example)
Usage example of the HDescribeItem function
Move
The Move property determines if an element can be moved.
Polygon (Property)
The Polygon keyword can correspond to...
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
Configuring Automatic Update
Automatic Update is an application that allows you to automatically or manually update the different PC SOFT products you own......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function