TOlf SVGBitmap List .Add Item At Method
Add a SVG source to the default list at index "AtIndex"
class function AddItemAt(AtIndex: word; const SVG: string): boolean
Parameters
- AtIndex
- Type: System.Word
- SVG
- Type: System.string
Return Value
Type: System.Boolean
It doesn't change others SVG indexes, it's internally stored in a dictionary, not a list. If an item exists at this position, the AddItemAt() is refused.