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
Saves a diagram as a "diag" file.
Example
DiagramSave(DIAGEDT_MyDiagram, "diagram1.wddiag")
IF ErrorOccurred THEN
Error("File not saved: " + ErrorInfo())
END
Syntax
<Result> = DiagramSave(<Diagram> , <File>)
<Result>: Boolean
  • True if saved successfully,
  • False otherwise. ErrorInfo returns more details about the error.
<Diagram>: Name of the control or Diagram variable
Diagram to be saved. This parameter corresponds to:
  • the name of a Diagram Editor control.
  • the name of a variable of type Diagram.
<File>: Character string
Full path of the "diag" file.
Business / UI classification: Neutral code
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 12/06/2023

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