|
<< Click to display table of contents >> TRVSVGPathCollection |
Collection of named SVG paths. Class of items: TRVSVGPathCollectionItem
Unit [VCL/FMX] RVSVGPath / fmxRVSVGPath;
Syntax
TRVSVGPathCollection = class (TOwnedCollection)
(introduced in version 25)
TObject TPersistent TCollection TOwnedCollection |
This class adds methods allowing to find item by its name:
function Find(const AName: TRVUnicodeString): Integer;
function FindItem(const AName: TRVUnicodeString):
Find returns the index of item having the specified name, or -1 if not found.
FindItem returns the item having the specified name, or nil if not found.
The search is case-sensitive. If several items have the same name, the item with the lesser index is returned.