2
for i := 0 to panel1.ControlCount - 1 do
  if Panel1.COntrols[i] is TDBEdit then
   TDBEdit(Panel1.Controls[i]).Visible := False; // True;