TBitmap32List

Graphics32

TBitmap32List

Hierarchy

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

Properties Methods
In TBitmap32List:
Bitmap Create
Bitmaps Destroy

See Also

TBitmap32Collection