ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Operations performed on activity diagrams
The following paragraphs explain......
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
3. UML models in practice
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Multiline strings
To type character strings over several lines in the code editor...
Operations performed on state-transition diagrams
The following paragraphs explain......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Operations performed on component diagrams
The following paragraphs explain......
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
2. UML models
2. UML models
3. UML models in practice
1
2
3
4
5
6
46
>