integer li_i
integer li_upper
windowobject lw_object
string ls_name[]
integer c
li_upper=upperbound(parent.control)
for li_i=1 to li_upper
lw_object=parent.control[li_i]
if typeof(lw_object)<>staticlineedit! then continue;
c++
ls_name[c]=classname(lw_object)
end for
return 1