0

Does someone know a solution to kill another application in FMX ? Having the name of the application to terminate, I want to be able to kill a Windows or MAC OSX application.

Johan
  • 74,508
  • 24
  • 191
  • 319
Alain V
  • 311
  • 3
  • 17

1 Answers1

0

There is no option for that in FireMonkey itself. You have to use platform-specific APIs, like TerminateProcess() on Windows.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770