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

DeleteItem(Word, Word)

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.

DeleteItem(Word)

Remove the SVG "AtIndex" from the default list

Delphi
class procedure DeleteItem(const AtIndex: word)

Parameters

AtIndex
Word

Remarks

It doesn't change others SVG indexes, it's internally stored in a dictionary, not a list.