TBitmap32List.Bitmap

property Bitmap[Index: Integer]: TBitmap32; default;

Description

Provides an indexed access to stored bitmaps.

Using Bitmap[Index] is the same as using Bitmaps[Index].Bitmap.

See Also

TBitmap32, Bitmaps