سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top