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.
Notes
- It requires Delphi 12.x or later.
- With
AutoRefreshon, 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
| Name | Type | Default | Description |
|---|---|---|---|
Images | TMlSkinSvgImageCollection | — | The ImageList the icons come from. |
Width | Integer | 16 | Width in pixels. |
Height | Integer | 16 | Height in pixels. |
AutoRefresh | Boolean | False | Refreshes 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.