Methods

add() → Number

Add the Control object in the collection.

Returns

Number 

clear()

get()

getControl(IX) → Control

Gets the element at the specified index IX.

Parameter

Name Type Optional Description

IX

Number

 

Returns

Control 

getControlFromId(ID) → Control

Gets the element at the specified ID.

Parameter

Name Type Optional Description

ID

Number

 

Returns

Control 

getControlFromName(name) → Control

Gets the element at the specified name.

Parameter

Name Type Optional Description

name

String

 

Returns

Control 

getCount()

iterator()

Reserved for internal use.

remove()

Remove the Control object from the collection.

removeAt()