Vcl.VirtualImageList.TVirtualImageList.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth default 16;

C++

__property Width = {default=16};

Properties

Type Visibility Source Unit Parent
property published
Vcl.VirtualImageList.pas
Vcl.VirtualImageList.hpp
Vcl.VirtualImageList TVirtualImageList

Description

Specifies the width of all images within the image list.

Vcl.VirtualImageList.TVirtualImageList.Width inherits from Vcl.ImgList.TCustomImageList.Width. All content below this line refers to Vcl.ImgList.TCustomImageList.Width.

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