[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents a collection of Control objects Sub=Form Tab=Controls [Property] [Methods] *doAdd=Adds the specified control to the control collection|1|0 *doAddRange=Adds an array of control objects to the collection|1|0 *doClear=Removes all controls from the collection|1|0 *doContains=Determines whether the specified control is a member of the collection|1|0 *doContainsKey=Determines whether the Control contains an item with the specified key|1|0 *doFind=Searches for controls by their Name property and builds an array of all the controls that match|1|0 *doGetChildIndex=Retrieves the index of the specified child control within the control collection, and optionally raises an exception if the specified control is not within the control collection|1|0 *doIndexOf=Retrieves the index of the specified control in the control collection|1|0 *doIndexOfKey=Retrieves the index of the first occurrence of the specified item within the collection|1|0 *doRemove=Removes the specified control from the control collection|1|0 *doRemoveAt=Removes a control from the control collection at the specified indexed location|1|0 *doRemoveByKey=Removes the child control with the specified key|1|0 *doSetChildIndex=Sets the index of the specified child control in the collection to the specified index value|1|0 *onContains=Occurs after calling doContains and returns a value whether the specified control is a member of the collection ARG(bool)|2|104 *onContainsKey=Occurs after calling doContainsKey and returns a value whether the Control contains an item with the specified key ARG(bool)|2|104 *onFind=Occurs after searching for controls by their Name property and returns an array of type Control containing the matching controls ARG(array)|2| *onGetChildIndex=Occurs after calling doGetChildIndex and returns the index of the specified child control ARG(index)|2| *onIndexOf=Occurs after calling doIndexOf and returns the index of the specified control. If the control is not found in the collection, the IndexOf method return value is -1 ARG(index)|2|1 *onIndexOfKey=Occurs after calling doIndexOfKey and returns the zero-based index of the first occurrence of the control with the specified name in the collection ARG(index)|2|1 Enumerator=Returns a reference to an enumerator object that is used to iterate over a Control|3|13 Count=Returns the number of elements in the collection|3|1 *IsReadOnly=Returns a value indicating whether the collection is read-only|3| *Owner=Returns the control that owns this Control|3| Controls=Defines collection of Control objects|4|13 Index=Defines the index of the specified control|4|1