Maintains a collection of SVGs for a RSSVGImgList.TRSSVGImageList. Each RSSVGImgList.TSVGCollectionItem object in the collection specifies one SVG and is used to generate bitmaps for the image list.
The SVGs' XML is embedded into the form or data module.
Namespace: RSSVGImgList
TOwnedCollection
RSSVGImgList.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.
|
Top
|