TMlSkinSvgImageList

An SVG image list (new in v5.6): SVG icons kept in a list and referenced by index, so they scale without losing quality.

Category
SVG controls
Unit
uMlSkinSvgImageList.pas
Inherits from
TCustomImageList

Notes

  • It requires Delphi 12.x or later.
  • With AutoRefresh on, editing an icon refreshes the controls that use it.
  • Combined with the toolbar's automatic recolouring, the icons can follow the caption colour.

Properties 4

NameTypeDefaultDescription
ImagesTMlSkinSvgImageCollectionThe ImageList the icons come from.
WidthInteger16Width in pixels.
HeightInteger16Height in pixels.
AutoRefreshBooleanFalseRefreshes the controls that use an icon after it changes.

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.