PaintWhileLoad property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool PaintWhileLoad

Delphi Syntax

PaintWhileLoad: Boolean

Overview

Refer to Loading a Bitmap from a File.

Remarks

(Persistent property, available at design time) Causes the bitmap to paint while the image file is loading. This lets the user see the progress of the load.

This property works only when the display mode is 32K colors (16-bit) or higher.

Setting

Description

TRUE

Paint the bitmap while the image is loading.

FALSE

Paint the bitmap when the image is finished loading.

See Also

Topics:

Raster Images: Loading Files