TatScript.UsedUnits Property
Holds the collection of units declared in the script's uses clause.
Remarks
UsedUnits holds a collection of all units (libraries) used by the script in the uses/imports clause. Only libraries declared in the script source code will be available here, libraries registered programatically with methods like AddLibrary, SelfRegisterAsLibrary, etc., will not be listed.
Syntax
Unit: atScript
property TatScript.UsedUnits: TatUsedUnits