Table of Contents

TIDEEngine.DlgSaveFile Method

Saves the specified file, opening a Save As dialog if it has not been saved before.

Remarks

Call DlgSaveFile method to save the file specified by AFile. It automatically opens the "Save as..." dialog if the file was not yet saved for the first time. This method returns true if the file was saved succesfully, false if end-user canceled the save dialog.

Syntax

Unit: IDEMain

function TIDEEngine.DlgSaveFile(AFile: TIDEProjectFile): Boolean;

Parameters

<-> Parameter Type Description
AFile TIDEProjectFile

See also