Pascal Scripting: IsARM64

Prototype:

function IsARM64: Boolean;

Description:

Returns True if the native processor architecture is arm64.

This function is a shorthand for ProcessorArchitecture. Be sure to read the ProcessorArchitecture topic before using this function.

See also:

ProcessorArchitecture
IsX86
IsX64
IsIA64