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]: Bitmaps