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 variable of type Diagram in a single event ("undo/redo").
Example
MyDiagram is Diagram <- DIAGEDT_MyDiagram
MySelection is diagSelection <- DIAGEDT_MyDiagram.Selection
MyDiagram.StartModification()
MySelection.Background.Color = White
MySelection.Border.Color = Black
MyDiagram.EndModification()
Syntax
<Diagram>.StartModification()
<Diagram>: Diagram variable
Name of the Diagram variable to be used.
Remarks
All the changes made between the call to <Diagram variable>.StartModification and <Diagram variable>.EndModification 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: 06/19/2023

Send a report | Local help