Table of Contents

TIDEEngine.LoadProject Method

LoadProject loads the current project using current settings. You will rarely call LoadProject, it is internally used by OpenProject method, which is the one you should use to programatically load a project from file.

Syntax

Unit: IDEMain

function TIDEEngine.LoadProject: Boolean;

See also