What is control array and how many we can have it with in the form?


Group of control share the same name. Max 32, 767.

Showing Answers 1 - 3 of 3 Answers

Control array consists of a group of controls that share the same name type and the same event procedures.It is a single dimensional array and we can add or delete array elements at the run time.Control array can be created only at design time.

The maximum number of controls on a single form depends on the type of controls used and available system resources. However, there is a fixed limit of 254 control names per form.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions