Vcl.ImgList.TCustomImageList.CreateSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor CreateSize(AWidth, AHeight: Integer);

Properties

Type Visibility Source Unit Parent
constructor public Vcl.ImgList.pas Vcl.ImgList TCustomImageList

Description

Creates an empty image list of a specified size.

Use CreateSize to create an image list object at runtime with an image size other than the default of 16 x 16 pixels. The initial size of the image list is determined by the AHeight and AWidth parameters. The height and width can be altered after the image list has been created using the Width and Height properties.

See Also