문제

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