I've been using these 2 functions quite a bit and I'm not sure how they work. Intuition would have it that they close the form or the app exactly where they are called. However, I've noticed that sometimes the statements after it in the procedure are executed before the app terminates and even sometimes it executes the rest of the program.
With regards to form.close am I right in assuming that if the form that form.close acts on is the first one created by the application in the dpr file than the whole app will close and if not then only that form will close?
With regards to form.close am I right in assuming that if the form that form.close acts on is the first one created by the application in the dpr file than the whole app will close and if not then only that form will close?