Object: PluginArray
The PluginArray object contains an ordered collection of Plugin objects.
PluginArray properties
|
Property name |
Type |
Description |
Status |
Support level |
Availability |
|---|---|---|---|---|---|
|
length |
unsigned long |
Returns the number of Plugin objects in the collection. |
read only |
Not part of any standard. |
4.6 or later |
PluginArray methods
Method: PluginArray.item()
The item() method returns the Plugin at the specified index in the collection.
Parameters
Parameter |
Type |
Description |
|---|---|---|
index |
int |
The index position of the Plugin to be returned. Valid values are between 0 and PluginArray.length-1 inclusive. |
Return values
Returns the Plugin at the indexth position in PluginArray, or null if an invalid index position is specified.