TOnUses

Unit: IFSPas.Pas
TOnUses is called when there is a uses UNITNAME in the source of the script. It is called per different item. Can not be called twice with the same name.

Declaration:
TOnUses = function(ID: Pointer; Sender: TIfPasScript; Name: string): TCs2Error;