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 on 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>.EndModification()
<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.
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

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