TatUsedUnits Class
Holds a collection of TatUsedUnit objects related to the used units in the script. See TatScript.UsedUnits property for more info.
Syntax
Unit: atScript
TatUsedUnits = class(TCollection);
Methods
| Name | Description |
|---|---|
| Add | Adds a new used unit. Do not use this method, it is used internally by the compiler. |
| FindByName | Returns the TatUsedUnit object for the used unit specified by the name AUnitName. |
Properties
| Name | Description |
|---|---|
| Items[i] | Provides indexed-access to the TatUsedUnit objects in the collection. |