-
Notifications
You must be signed in to change notification settings - Fork 108
Component Editor (VCL)
You can set SVGIconImageList properties using the classic Delphi Object inspector, in combination with the collection editor and the Structure editor, but it's most simple to use the advanced Image Editor supplied: double-click to the component to open the component editor as you can do with any Delphi component.
In this figure you can see the advanced component editor for VCL version:
![]()
At the top of the editor you can set the properties of your SVGIconImageList instance, like Size (Width and Height), Opacity and StoreAsText.
At the center of the editor you can see a preview of the icons in the collection. Selecting an icon you can see the SVGIconItem properties like IconName and SVGText.
Using the central splitter you can resize the SVGText Memo.
In this editor you can also Load multiple Icons using the "Add..." Button.
In the OpenDialog, select multiple-files and import them into the ImageList: the icon names is set with the filename.
Using Drag-and-Drop, you can move icons prom a position to another...
Use "Delete" button to delete the selected Icon, or use "Replace" button to replace with another file.
Using "Export" button you can save a bitmap with all the icons of the ImageList, if you want to use them with a normal ImageList or for other scopes.