ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
iPrintImage (Example)
Usage example of the iPrintImage function
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
Accessibilité (Property)
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
ReplicInfo (Function)
Returns information about a replication.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
fAttribute (Example)
Usage example of the fAttribute function