Closed dkounal closed 3 years ago
No, for FMX you must use only the TSVGIconImageList component like in SVGIconImageListDemoFMX (in demo folder). The structure of an FMX ImageList in different from the vcl that uses an ImageCollection and a VirtualImageList: look at properties Source and Destination as explained here: https://github.com/EtheaDev/SVGIconImageList/wiki/Component-Editor-(FMX)
Thank you very much. It is OK now
I noticed that when saving an FMX application with a TSVGIconImageCollection the unit Vcl.BaseImageCollection is automatically included in the uses clause. Does TSVGIconImageCollection work with FMX?