Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6794261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:12:04+00:00 2026-05-26T18:12:04+00:00

If I call Application.Terminate OR Application.MaiForm.Close inside a method. the application doesn’t terminate! procedure

  • 0

If I call Application.Terminate OR Application.MaiForm.Close inside a method. the application doesn’t terminate!

procedure doSomething;
var
  ErrorFound: boolean;
begin
  [...]
  try
    if ErrorFound then
      Application.Terminate;
  finally
  [...]
  end;
end;

I cannot understand why.

Please note that I’m calling Application.Terminate from inside a Try…Finally block, in the Try section.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T18:12:04+00:00Added an answer on May 26, 2026 at 6:12 pm

    Most likely you are calling Application.Terminate from a busy loop that itself does not terminate. If you enter an event handler but never return from it then calling Application.Terminate or Application.MainForm.Close would indeed be futile. These routines that close an application are cooperative. They post messages to the main message loop requesting that the application gracefully shuts down.

    For example, the following code would exhibit the symptoms you describe:

    procedure TMyForm.Button1Click(Sender: TObject);
    begin
      while True do
        Application.Terminate;
    end;
    

    Another (more likely) possibility is that you are calling this function from inside a modal form but not closing the modal form.

    Unless you show more code, we are reduced to making guesses like this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When I call the Application.Restart() method, the error comes up that detects whether the
when I call Application.Run() on a form, this command halts the program until the
I'm getting in trouble. I'm trying to emulate the call Application.Run using Application.DoEvents... this
If the user received a call during application running, how to automatically open the
I have an API call in my application where I am checking the time
is there a way to call java me application out of Symbian's C++ app?
There's a web services I want to call in my application, I can use
If my application is out of memory when i call new() i will get
I have DLL and application that will call some function in this dll. For
I am building application that required some data from iPhone's Call log(read only). The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.