Collection
From Lianjapedia
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Properties
This class supports the Common Properties plus the following:
| Property | Access (R/RW) | Value | Description |
|---|---|---|---|
| Count | R | Numeric | Returns number of items |
Methods
This class supports the Common Methods plus the following:
| Method | Args | Description |
|---|---|---|
| Add | name as Character, value as Expr | Adds the specified item to the collection |
| Clear | None | Remove all items from the collection |
| Item | name as Character | index as Numeric | Returns the specified item |
| Remove | name as Character | Removes the specified item from the collection |
Events
This class supports the Common Events plus the following:
| Event | Args | Description |
|---|