AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Editor de diagramas
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 end 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
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.
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/05/2023

Señalar un error o enviar una sugerencia | Ayuda local