Mega Code Archive
Categories
/
Delphi
/
Forms
Minimize controls on the form
Title: minimize controls on the form? procedure TForm1.Button1Click(Sender: TObject); begin CloseWindow(Button1.Handle); end;