ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
ReplicSynchro: Overview
ReplicAdmin: Overview
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
The "Interactive zoom" pane
The "Interactive zoom" pane is used to zoom the section currently hovered by the mouse cursor......
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
Properties associated with Combo Box controls that display a table
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Events associated with a Layout control
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
Classes, members, methods and properties
A class is made of......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.