TOlfSVGBitmapList.AddItem Method
Overloads
| AddItem(Word, string) |
Add a SVG source to the list "ToList" and return it's index |
| AddItem(Word, array of string) |
Add all items from an array of SVG sources to the list "ToList" and return the index of the first added item |
| AddItem(string) |
Add a SVG source to the default list and return it's index |
| AddItem(array of string) |
Add all items from an array of SVG sources to the default list and return the index of the first added item |
Add a SVG source to the list "ToList" and return it's index
Delphi
class function AddItem(const ToList: word; const SVG: string): word
Parameters
- ToList
- Word
- SVG
- string
Returns
Word
Add all items from an array of SVG sources to the list "ToList" and return the index of the first added item
Delphi
class function AddItem(const ToList: word; const SVGArray: array of string): word
Parameters
- ToList
- Word
- SVGArray
- array of string
Returns
Word
Add a SVG source to the default list and return it's index
Delphi
class function AddItem(const SVG: string): word
Parameters
- SVG
- string
Returns
Word