ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Diagram Editor functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Saves a diagram as a "diag" file.
Example
DiagramSave(EDIAG_MonDiagramme, "diagramme1.wddiag")
IF ErrorOccurred THEN
	Error("Fichier non sauvegardé : " + 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: wd300mdl.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help