TIDEProjectFile.Save Method
Saves the file content to disk using the current file name without displaying any dialog.
Remarks
Saves the file content (script and form, if exists). Do not perform any dialog operation, just saves the current file using the current file name. You will not use this method very often, use TIDEEngine.DlgSaveFile method for higher-level saving operation.
Syntax
Unit: IDEMain
procedure TIDEProjectFile.Save;