TIDEEngine.DlgSaveAll Method
Saves all files in the project, opening Save As dialogs for any files not yet saved.
Remarks
Save all files in the project at once. For each file, if the file is not saved, it opens a "Save as..." dialog. If the dialog is canceled at some point, the remaining files will not be saved. This function returns true if all files were saved sucessfully
Syntax
Unit: IDEMain
function TIDEEngine.DlgSaveAll: Boolean;