property Items[Index: Integer]: TBitmap32Item;
Provides indexed access to stored bitmap items.
Bitmap items are instances of TBitmap32Item object. Each bitmap item, in turn, contains a TBitmap32 object, accessible through its Bitmap property.
The number of items may be obtained by reading inherited Count property.