Visit Gigasoft's Web Site
 ProEssentials v9 Help

CacheBmp

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Boolean/Int32

Default

FALSE

.NET

PeConfigure.CacheBmp

Ocx|Vcl

CacheBmp

DLL

PEP_bCACHEBMP

 

Purpose

This property controls whether the prepared image (PrepareImages = TRUE) is continuously stored in memory or is used only within one WM_PAINT event. If stored/cached, this image can be used to immediately repaint the control when it receives a WM_PAINT event caused by another window being placed on top of this control and then removed. This is advantageous only when using large data sets.

 

Setting

Description

TRUE

Store prepared image for possible re-use.

FALSE

Destroy prepared image after use.

 

Comments

PeConfigure.CacheBmp members of Pego.PeConfigure, Pesgo.PeConfigure, Pe3do.PeConfigure, Pepso.PeConfigure, Pepco.PeConfigure

 

See Also: PrepareImages