constructor Create(AOwner: TPersistent; ItemClass: TBitmap32ItemClass);

type TBitmap32ItemClass = class of TBitmap32Item;

Description

Creates an instance of TBitmap32Collection.

ItemClass specifies must specify TBitmap32Item or its descendant. When calling collection's Add method it will create instances of the class specified in ItemClass parameter.

[See also]: