string the_class[]
windowobject the_object[]
integer i
FOR i = 1 TO UpperBound(control[])
the_object = control
the_class = the_object .ClassName()
NEXT
windowobject the_object[]
integer i
FOR i = 1 TO UpperBound(control[])
the_object
the_class
NEXT