Just use this:

Code:
  component := findComponent('somestring');
  if component is TControl then
    TControl(component).Visible := True;
Hope that helps.