Can anyone explain what a "Control array" is and what it's used for???? thanx!
Printable View
Can anyone explain what a "Control array" is and what it's used for???? thanx!
A Control array is a group of controls that share common names, types, and event procedures. Each control has a unique index. When a control in the array recognizes an event, it calls the event procedure for the group and passes the index as an argument, allowing your code to determine which control recognized the event. Control arrays, are faster and easier to use than a regular few controls.
Hope that was good explaination, got it from the MSDN Libary :rolleyes:.