|
-
Oct 1st, 2000, 12:47 AM
#1
Thread Starter
New Member
Can anyone explain what a "Control array" is and what it's used for???? thanx!
-
Oct 1st, 2000, 12:54 AM
#2
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|