TBitmap32Collection.Items

property Items[Index: Integer]: TBitmap32Item;

Description

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.

See Also

TBitmap32, TBitmap32Item, TBitmap32Item.Bitmap