Visit Gigasoft's Web Site
 ProEssentials v9 Help

IsDxAvailable

Scope

Pego, Pesgo, Pepso, Pe3do, Pepco

Type

Boolean/Int32

Default

dependent of operating system

.NET

.IsDxAvailable

Ocx|Vcl

IsDxAvailable

DLL

PEP_bISDXAVAILABLE

 

Purpose

This READ ONLY property is used to determine if Direct2D and DirectX11 is available at runtime.

 

Setting

Description

TRUE

Direct2D and DirectX11 available.

FALSE

Direct2D and DirectX11 not available.

 

Comments

Reading this property can help optimize your chart initialization code for cases when Direct2D or DirectX11 is not available. Likely a Windows XP system or problems exist for the run time system.

 

Where most properties are nested deep within the namespace, this property is top level, i.e. Pego1.IsDxAvailable.

 

See Also: RenderEngine