|
|
|
|
|
DiagramEndModification (Function) In french: DiagrammeFinModification Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo"). MySelection is diagSelection <- DIAGEDT_MyDiagram.Selection
DiagramStartModification(DIAGEDT_MyDiagram)
MySelection.Background.Color = White
MySelection.Border.Color = Black
DiagramEndModification(DIAGEDT_MyDiagram)
Syntax
DiagramEndModification(<Diagram>)
<Diagram>: Name of the control or Diagram variable Diagram to be used. This document corresponds to:- the name of a Diagram Editor control.
- a variable of type Diagram.
Remarks All the changes made between the call to DiagramStartModification and DiagramEndModification are grouped in a single action that can be easily undone.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|