ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Diagram editor functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo").
Example
MySelection is diagSelection <- DIAGEDT_MyDiagram.Selection
DiagramStartModification(DIAGEDT_MyDiagram)
MySelection.Background.Color = White
MySelection.Border.Color = Black
DiagramEndModification(DIAGEDT_MyDiagram)
Syntax
DiagramStartModification(<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.
Business / UI classification: UI Code
Component: wd290mdl.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/23/2023

Send a report | Local help