FMX.Types.GlobalUseDX
Delphi
GlobalUseDX: Boolean = True;
C++
extern DELPHI_PACKAGE bool GlobalUseDX;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Determines whether FireMonkey renders 2D forms using DirectX for hardware acceleration (True
) or using the Graphics Device Interface (False
) when your application runs on Windows.