TBitmap32List

Ancestors

TComponent

Description

A VCL wrapper around TBitmap32Collection object.

TBitmap32List provides simple means for storing bitmaps in design time.

The TBitmap32List object is quite different from the standard TImageList.

While TImageList, in fact, stores all images on a single bitmap, and all of its images have the same dimensions, TBitmap32List stores its items as independent bitmaps, which means, it can contain bitmaps of different sizes.

Reference

Methods Properties
Create Bitmap
Destroy Bitmaps

See Also

TBitmap32Collection