System.Test8087

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Test8087: Byte = 3;       { assume 80387 FPU or OS supplied FPU emulation }

C++

extern DELPHI_PACKAGE Byte Test8087;

Properties

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

Description

Represents the FPU family.

Test8087 specifies the FPU family present on the computer in use. The value of Test8087 is always 3, because 80387 FPU or OS supplied FPU emulation is assumed.

See Also