TIDEEngine.DlgCloseAll Method
Closes all files and the project, prompting the end-user to save modified files as needed.
Remarks
Closes all files in the project and then the project itself. It calls DlgCloseFile for each file in the project, and tries to save the project if it is new one or was modified. For some files a dialog asking for confirmation to save the file might be displayed, if the end-user press Cancel at some point, the Close All operation will be aborted. This method returns true only if all files and the project were closed.
Syntax
Unit: IDEMain
function TIDEEngine.DlgCloseAll: Boolean;