Table of Contents

TIDEEngine.SaveProject Method

Saves the current project and all its files using their current settings and file names without dialogs.

Remarks

SaveProject saves the current project and its files using the current settings and file names. This should be used for programatically saving the project, it does not open any dialog for the end-user or asks for confirmation. To save a project with end-user interaction, use DlgSaveProject or DlgSaveProjectAs methods.

Syntax

Unit: IDEMain

procedure TIDEEngine.SaveProject;

See also