ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysColor (Function)
Identifies or modifies the color of a Windows element.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
<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.
iForceComplement (Function)
Forces the printing of a Body Complement block.
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
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......
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
diagGroup (Type of variable)
The diagGroup type is used to define all the advanced characteristics of a group of shapes in a Diagram Editor control.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Share your projects via Git
Git is a source code manager......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Creating a select query
A select query (corresponding SQL statement......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
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)......