Description: | A Controls Collection Object contains all the objects corresponding to each control on the form. | ||||
Details: | A pointer to the Controls Collection Object is contained in the Controls property of the Form object. You can operate each control using the Item(index or control-name) property. And you can refer to the number of controls using the Count property. | ||||
Properties: | Count | Item | |||
Methods: | None. | ||||
Events: | None. | ||||
Corresponding | None. |