Categories
Can you tell me how to restart the FMX application in Delphi?
halt(0); - this is to end the application, but how to restart?
Answer the question
In order to leave comments, you need to log in
Start a new application and then close the current one.
MainActivity.finish; Halt(0); FreeAndNil(Application); Form1.Close; Form1.CloseQuery; Application Terminate; here's more but it's all closure
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question