![]() |
Avidemux 2.6 Scripting Reference
|
The ControlCollection class represents a collection of Control objects that can be individually accessed by index. More...
Public Member Functions | |
Number | add (Control item) |
Adds a Control object to the end of the collection. | |
void | clear () |
Removes all Control objects from the collection. | |
void | insert (Number index, Control item) |
Inserts a new Control object into the collection at the specified index. | |
Control | operator[] (Number i) |
Gets the Control object at the specified index. | |
void | removeAt (Number index) |
Removes the Control object at the specified index. |
Properties | |
Number | length |
Returns the number of Control objects in the collection. |
The ControlCollection class represents a collection of Control objects that can be individually accessed by index.