System.Test8086

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Test8086: Byte;           { CPU family (minus one) See consts below }

C++

extern DELPHI_PACKAGE Byte Test8086;

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Represents the CPU family.

Test8086 represents the CPU family minus one (for historical reasons).

The System unit defines the following CPU constants:

  • CPUi386
  • CPUi486
  • CPUPentium

See Also