TatUsedUnit Class
Holds information about a unit used in the script. See TatScript.UsedUnits property for more info.
Syntax
Unit: atScript
TatUsedUnit = class(TCollectionItem);
Properties
| Name | Description |
|---|---|
| DeclSourcePos | Indicates the position of the source code in which the used unit was declared (in uses clause). |
| IsDefault | Indicates if the unit, as a library, was registered using Default parameter. See RegisterScripter​Library procedure for more information. |
| IsScript | Indicates if the used unit was a script-based library. |
| UnitName | Contains the name of used unit. |