Vcl.Direct2D.TDirect2DCanvas.Supported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Supported: Boolean;

C++

__classmethod bool __fastcall Supported();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Verifies whether the TDirect2DCanvas is supported on the current operating system.

Supported is a static method that checks whether the operating system on which the application runs supports the Direct2D canvas. Use Supported before trying to create instances of the TDirect2DCanvas class.

See Also