Hi Steven.

I'm not sure that there is a direct method, but
Window.controlCount gives you the count for an entire window.
You could cycle through all the controls, and use "isA" to count those that match your array.

But, since you have complete control over this design element yourself, you should be able to keep track as you create the array, without incurring this extra runtime overhead.

Russ

On Sep 8, 2006, at 7:53 AM, Steven Hedgepeth wrote:


Apparently Ubound does not work for control arrays or else I've been unable to get the syntax correct. Does RB have a function or property that counts the number of controls in a control array? Sincerely,Steven Hedgepeth

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to