Finds and returns a class that is derived from FMX.RS.SVG.TSVGElement .
Call FindSVGClass to locate a TSVGElement class type by name.
The FindSVGClass function searches the SVGClasses variable for a match given the class name. The TSVGElement class does not need to be registered to be found. If there is no match, an exception is raised.
Namespace: FMX.RS.SVG
Delphi |
function FindSVGClass(const ClassName: string): TSVGElementClass; |
Parameters
ClassName
Type: string
Type: TSVGElementClass