TImageList Class

Represents type TImageList.

Namespace: System.UI.ImageList
TComponent
  System.UI.ImageList.TImageList
type
 TImageList = class(TComponent)
 end;

The TImageList type exposes the following members.

Show:
 NameDescription
Create(TComponent)

Initializes a new instance of the TImageList class.

Top
Show:
 NameDescription
Count

Represents property Count.

Height

Represents property Height.

Width

Represents property Width.

Top
Show:
 NameDescription
Add(TBitmap)

Represents method Add(TBitmap).

Clear

Represents method Clear.

GetCount

Represents method GetCount.

GetHeight

Represents method GetHeight.

GetImage(Integer,TBitmap)

Represents method GetImage(Integer,TBitmap).

GetWidth

Represents method GetWidth.

Insert(Integer,TBitmap)

Represents method Insert(Integer,TBitmap).

LoadFromFile(String)

Represents method LoadFromFile(String).

LoadFromStream(TStream)

Represents method LoadFromStream(TStream).

Replace(Integer,TBitmap)

Represents method Replace(Integer,TBitmap).

SetHeight(Integer)

Represents method SetHeight(Integer).

SetWidth(Integer)

Represents method SetWidth(Integer).

Top