TScriptPackageList Class

Represents type TScriptPackageList.

Namespace: System.Script
TObject
  System.Script.TScriptPackageList
type
 TScriptPackageList = class sealed(TObject)
 end;

The TScriptPackageList type exposes the following members.

Show:
 NameDescription
Count

Represents property Count.

Items[Integer]

Represents property Items[Integer].

Top
Show:
 NameDescription
Add(String)

Represents method Add(String).

FindByFilename(String)

Represents method FindByFilename(String).

FindByID(String)

Represents method FindByID(String).

GetCount

Represents method GetCount.

GetItem(Integer)

Represents method GetItem(Integer).

Remove(TScriptPackage)

Represents method Remove(TScriptPackage).

Top