TIDEEngine.DlgRemoveFile Method
Removes the file specified by AFile from the project. If the file was not saved, it shows a dialog asking for saving it. The method returns true if the file was successfully removed.
Syntax
Unit: IDEMain
function TIDEEngine.DlgRemoveFile(AFile: TIDEProjectFile): Boolean;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AFile | TIDEProjectFile |