TOlfSVGBitmapList.DeleteItem Method
Overloads
| DeleteItem(Word, Word) |
Remove the SVG "AtIndex" from the "FromList" list |
| DeleteItem(Word) |
Remove the SVG "AtIndex" from the default list |
Remove the SVG "AtIndex" from the "FromList" list
Delphi
class procedure DeleteItem(const FromList: word; const AtIndex: word)
Parameters
- FromList
- Word
- AtIndex
- Word
Remarks
It doesn't change others SVG indexes, it's internally stored in a dictionary, not a list.