|
|
|
|
|
<Diagram Editor>.Save (Function) In french: <Editeur de diagrammes>.Sauve Saves a diagram as a "diag" file. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|