No.1
for I := 0 to ComponentCount - 1 do
  if Components[I] is TEdit then 
    TEdit(Components[I]).Text := '试';No.2
for I := 1 to 10 do
  if Assigned(FindComponent(Format('Edit%d', [I]))) then
     TEdit(FindComponent(Format('Edit%d', [I]))).Text := '看';