TMlSkinImageList

An image list holding a set of pictures that controls reference by index, with alpha channel support.

Category
Image lists
Unit
uMlSkinImageList.pas
Inherits from
TComponent

Notes

  • The pictures live in the Bitmaps collection and are referenced by index.
  • AutoCacheMode caches rendered images so repeated drawing is faster.

Properties 2

NameTypeDefaultDescription
BitmapsTMlSkinBitmapCollectionThe picture collection; controls reference its entries by index.
AutoCacheModeBooleanTrueCaches rendered images so repeated drawing is faster, at the cost of some memory.

Only the properties and events MLSkin adds are listed here. Standard VCL properties such as Align, Anchors, Font and OnClick are available too and behave exactly as on the stock controls.

Offline helpA PDF / CHM version is available for offline reading.