TRVSVGPathsDocObject

<< Click to display table of contents >>

TRVSVGPathsDocObject

This is a class of a document object containing a collection of named Scalable Vector Graphics (SVG) paths.

Unit [VCL/FMX] RVSVGPath / fmxRVSVGPath;

Syntax

TRVSVGPathsDocObject = class (TRVDocObject);

(introduced in version 25)

Properties

This class has properties:

Paths: TRVSVGPathCollection – collection of named SVG paths; the item class is TRVSVGPathCollectionItem.

Use

TRichView does not use this object itself. It is used in ReportWorkshop to allow SVG images in shapes.

These shapes are used in:

value visualizers (diagrams displayed in cells of report tables)

shape item (TRVShapeItemInfo)