Table of Contents

TIDEEngine.DlgNewProject Method

Opens a dialog to create a new script project and returns true if the end-user confirmed the operation.

Remarks

DlgNewProject opens a new dialog to create a new script project. Internally it calls NewProject method, see that method documentation for more information. It returns true if the end-user confirmed the project creation, false if end-user canceled the operation.

Syntax

Unit: IDEMain

function TIDEEngine.DlgNewProject: Boolean;

See also