FMX.Types.GlobalUseDX10Software

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalUseDX10Software: Boolean = True deprecated 'Use GlobalUseDXSoftware.';

C++

extern DELPHI_PACKAGE bool GlobalUseDX10Software _DEPRECATED_ATTRIBUTE1("Use GlobalUseDXSoftware.") ;

Properties

Type Visibility Source Unit Parent
variable public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Warning: GlobalUseDX10Software is deprecated. Please use GlobalUseDXSoftware.

Boolean variable that specifies whether to use hardware accelerated DirectX10 and Direct2D software by default.

FMX.Types.GlobalUseDX10Software is initialized with True by default, to make use of the Windows Vista or Windows 7 hardware Direct2D acceleration. While FMX.Types.GlobalUseDX10Software is true, FireMonkey always uses the software renderer.


See Also