ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
1. Project and analysis
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
ModifierPanelVisible (Property)
The ModifierPanelVisible property is used to: determine if the "Modifier" panel is displayed in a Diagram Editor control. show or hide the "Modifier" panel in a Diagram Editor control....
Library (Property)
The Library property allows you to handle the different preset libraries associated with a Diagram Editor control. This property accesses the array of libraries of the Diagram Editor control.
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
DiagramSave (Function)
Saves a diagram as a "diag" file.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
3. Application development cycle
Development cycle of a WINDEV application....
13. Types of standard controls
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
3. Site development life cycle
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
<Diagram editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
1
3
4
5
6
7
101
>