ScriptModules Methods



Clear

Removes all modules from list.

Add(AName as String) as Integer

Adds new ScriptModule object with specified name and returns Index in list newly added module.

Remove(IndexOrName as Variant)

Removes ScriptModule with specified Name or Index from list.

Exists(AName as String) as Boolean

Checks if ScriptModule with specified Name exists in list. Retuns True if exists or False if not.

Exchange(Index1 as Integer, Index2 as Integer)

Exchanges position in list of ScriptModule's with Index1 and Index2.

Move(CurIndex as Integer, NewIndex as Integer)

Moves ScriptModule with CurIndex to the NewIndex in list.