ControlCollection

ControlCollection class

Control collection.

Methods

NameDescription
add()Add the Control object in the collection.
clear()
get()
getControl(IX)Gets the element at the specified index IX.
getControlFromId(ID)Gets the element at the specified ID.
getControlFromName(name)Gets the element at the specified name.
getCount()
iterator()Reserved for internal use.
remove()Remove the Control object from the collection.
removeAt()

add()

Add the Control object in the collection.

Returns: Number — Number

clear()

get()

getControl(IX)

Gets the element at the specified index IX.

ParameterTypeDescription
IXNumber

Returns: Control — Control

getControlFromId(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDNumber

Returns: Control — Control

getControlFromName(name)

Gets the element at the specified name.

ParameterTypeDescription
nameString

Returns: Control — Control

getCount()

iterator()

Reserved for internal use.

remove()

Remove the Control object from the collection.

removeAt()