TIDEEngine.DlgOpenProject Method
Opens a dialog to choose and load a project file, returning true if the project was opened successfully.
Remarks
DlgOpenProject opens a dialog for choosing a project file and then open the project file, clearing all units and loading the units belonging to that project. It returns true if end-user confirmed the operation and the project is opened successfully. If the dialog was canceled, this method returns false.
Syntax
Unit: IDEMain
function TIDEEngine.DlgOpenProject: Boolean;