Vcl.ImgList.TCustomImageList.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth default 16;

C++

__property int Width = {read=FWidth, write=SetWidth, default=16};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

Specifies the width of all images within the image list.

Use the Width property to specify the width of images before any are added to the image list. The image list is cleared when this value changes.

See Also