Nicolò Blunda 3 Posted March 10 Hi. There is a way to detect, from a FMX application for macOS, the computer (and OS) architecture Intel or ARM ? Share this post Link to post
Dave Nottage 599 Posted March 10 12 minutes ago, Nicolò Blunda said: There is a way to detect, from a FMX application for macOS, the computer (and OS) architecture Intel or ARM ? TOSVersion.Architecture gives you the architecture of the processor that the app is executing on. Please ignore the fact that the documentation is outdated. Possible values are: arIntelX86, arIntelX64, arARM32, or arARM64. 1 Share this post Link to post