ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
<Diagram editor>.StartModification (Function)
In french: <Editeur de diagrammes>.DébutModification
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").
Example
MySelection is diagSelection <- DIAGEDT_MyDiagram.Selection
DIAGEDT_MyDiagram.StartModification()
MySelection.Background.Color = White
MySelection.Border.Color = Black
DIAGEDT_MyDiagram.EndModification()
Syntax
<Diagram Editor>.StartModification()
<Diagram Editor>: Control name
Name of the Diagram Editor control to use.
Remarks
All the changes made between the call to <Diagram editor>.StartModification and <Diagram editor>.EndModification are grouped in a single action that can be easily undone.
Business / UI classification: UI Code
Component: wd280mdl.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment