Maintains a collection of SVGs for a FMX.RS.SVGImgList.TRSSVGImageList. Each FMX.RS.SVGImgList.TSVGCollectionItem object in the collection specifies one SVG and the desired Sizes that it should generate bitmaps at based on screen scales.
The SVGs' XML is embedded into the form or data module.
Namespace: FMX.RS.SVGImgList
TOwnedCollection
FMX.RS.SVGImgList.TSVGCollection
|
Delphi
|
type
TSVGCollection = class(TOwnedCollection)
end;
|
|
Name
|
Description
|
|
Items[Integer]
|
Specifies the SVG items in the collection. Each item defines one SVG for a TRSSVGImageList. The TSVGCollectionItem class maintains one SVG and the desired Sizes that it should generate bitmaps at based on screen scales.
|
Top
|