TIDEProjectFiles.FindByForm Method
Finds the TIDEProjectFile object which contains the script form instance specified by AForm. If not found, nil is returned.
Syntax
Unit: IDEMain
function TIDEProjectFiles.FindByForm(AForm: TComponent): TIDEProjectFile;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AForm | TComponent |