Table of Contents

TIDEProjectFiles.FindByFormName Method

Finds the TIDEProjectFile object containing the form which name is specified by AFormName. If the file is not found, this method returns nil.

Syntax

Unit: IDEMain

function TIDEProjectFiles.FindByFormName(AFormName: string): TIDEProjectFile;

Parameters

<-> Parameter Type Description
AFormName string

See also