procedure TForm1.ToolButton11Click(Sender: TObject); begin Panel1.Visible := not Panel1.Visible; end;
This helpful Delphi hint came from: Grant Black. Software Developer SmartMove (NZ) Ltd. grant.black@smartmove.co.nz