ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Diagram Editor functions
33 results
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<Diagram Editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
<Diagram Editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").
<Diagram Editor>.Save (Function)
Saves a diagram as a "diag" file.
<Diagram Editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
<Diagram Editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram Editor>.StartModification (Function)
Indicates the start of a series of actions performed in a Diagram Editor control 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").
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<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>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Diagram variable>.ToSVG (Function)
Exports a diagram to an SVG image.
<diagShape variable>.ToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
Diagram constants
The following constants are used to manipulate diagrams:
Diagram functions
Diagram functions
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo").
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramSave (Function)
Saves a diagram as a "diag" file.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
DiagramSelectMinus (Function)
Deselects a shape in a Diagram Editor control.
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
DiagramShapeToImage (Function)
Creates an image from a shape in a diagram (the shape can be displayed or not in the diagram).
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo").
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
Types of variables
19 documents