Forms Delphi

Title: minimize controls on the form?
procedure TForm1.Button1Click(Sender: TObject);
begin
CloseWindow(Button1.Handle);
end;