Pascal Scripting: IsIA64

Prototype:

function IsIA64: Boolean;

Description:

Returns True if the native processor architecture is ia64.

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

See also:

ProcessorArchitecture
IsX86
IsX64
IsARM64