Table of Contents

TatScripts.FindByUnitName Method

FindByUnitName method searchs for a script which unit name matches AUnitName parameter. It's useful to search for script-based libraries, which usually have a non-empty UnitName.

Syntax

Unit: atScript

function TatScripts.FindByUnitName(AUnitName: string): TatScript;

Parameters

<-> Parameter Type Description
AUnitName string

See also