| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(item) | |
Add the Control object in the collection.
|
||
method | clear() | |
method | getControl(IX) | |
Gets the element at the specified index IX.
|
||
method | getControlFromId(ID) | |
Gets the element at the specified ID.
|
||
method | getControlFromName(name) | |
Gets the element at the specified name.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(item) | |
Remove the Control object from the collection.
|
||
method | removeAt(index) | |
int add(item)
remove(item)
Control getControl(IX)
IX: int - Control getControlFromId(ID)
ID: int - Control getControlFromName(name)
name: String - clear()
removeAt(index)
Iterator iterator()