Table of Contents

TIDEProjectFiles.FindByUnitName Method

Finds the TIDEProjectFile object associated with the script specified by AUnitName. If the file is not found, this method returns nil.

Syntax

Unit: IDEMain

function TIDEProjectFiles.FindByUnitName(AUnitName: string): TIDEProjectFile;

Parameters

<-> Parameter Type Description
AUnitName string

See also