Pascal Scripting: IsX86

Prototype:

function IsX86: Boolean;

Description:

Returns True if the native processor architecture is x86.

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

See also:

ProcessorArchitecture
IsX64
IsIA64
IsARM64