Collection

From Lianjapedia
Revision as of 05:57, 30 April 2013 by Helen.george (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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