Nicolò Blunda 3 Posted Monday at 07:24 PM 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 587 Posted Monday at 07:45 PM 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