Table of Contents

TIDEProjectFile.Saved Property

Indicates whether this project file has been saved to disk at least once.

Remarks

Saved is true when the project file was saved at least once. When you create a new file in the script project, the file is not associated with a physical file yet, and Saved property is false. When the file is saved for the first time Saved property becomes true and never goes false again.

Syntax

Unit: IDEMain

property TIDEProjectFile.Saved: Boolean

See also