TOlfSVGBitmapList.AddItemAt Method
Overloads
| AddItemAt(Word, Word, string) |
Add a SVG source to the list "ToList" at index "AtIndex" |
| AddItemAt(Word, string) |
Add a SVG source to the default list at index "AtIndex" |
Add a SVG source to the list "ToList" at index "AtIndex"
Delphi
class function AddItemAt(const ToList: word; const AtIndex: word; const SVG: string): boolean
Parameters
- ToList
- Word
- AtIndex
- Word
- SVG
- string
Returns
Boolean
Remarks
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.
Add a SVG source to the default list at index "AtIndex"
Delphi
class function AddItemAt(AtIndex: word; const SVG: string): boolean
Parameters
- AtIndex
- Word
- SVG
- string
Returns
Boolean
Remarks
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.