ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
<Diagram Editor>.Save (Function)
In french: <Editeur de diagrammes>.Sauve
Saves a diagram as a "diag" file.
Example
EDIAG_MonDiagramme.Sauve("diagramme1.wddiag")
IF ErrorOccurred THEN
	Error("Fichier non sauvegardé : " + ErrorInfo())
END
Syntax
<Result> = <Diagram Editor>.Save(<File>)
<Result>: Boolean
  • True if saved successfully,
  • False otherwise. ErrorInfo returns more details about the error.
<Diagram Editor>: Control name
Name of the Diagram Editor control to use.
<File>: Character string
Full path of the "diag" file.
Component: wd300mdl.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/25/2024

Send a report | Local help