Excalibur Software PropertyList 3.0
Item
Default Function Item(Index) As Property
Description
Returns a Property object given its index or name.
Parameters:
- Index - A Variant. This should either be
a Long value specifying the item's index,
or a String value specifying the name of the
item to be retrieved. If the item is not found
in the collection, an error will be raised.
Return Value
If the item exists in the collection, this method
returns the Property object in question.