Jump to content

How to exit form/application on button click ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
delphiproblematic

delphiproblematic

    Newbie

  • Members
  • PipPip
  • 11 posts
I tried exit; abort; and result not satisfied my desire

#2
2710

2710

    Programmer

  • Members
  • PipPipPipPip
  • 110 posts
Try:

FormName.Close;

#3
delphiproblematic

delphiproblematic

    Newbie

  • Members
  • PipPip
  • 11 posts
fixed, thanks