Advertisement
appo

Disable close form (only application.terminate)

Dec 27th, 2013
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.12 KB | None | 0 0
  1. procedure TForm1.FormClose(Sender: TObject; var Action: TCloseAction);
  2. begin
  3. Action:=caNone;
  4. end;
  5.  
  6. // Coded by Appo //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement