Mega Code Archive

 
Categories / Delphi / Forms
 

How to minimize controls on the form

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