FMX.Types.GlobalUseDirect2D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalUseDirect2D: Boolean = True;

C++

extern DELPHI_PACKAGE bool GlobalUseDirect2D;

Properties

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

Description

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

GlobalUseDirect2D is initialized with True by default, to make use of the Windows Vista or Windows 7 hardware Direct2D acceleration.

See Also