<< Click to display table of contents >> TRVShapeItemInfo |
A class of objects in TRichView documents: a geometric shape.
This object is not related to reporting, it simply reuses shape drawing functions implemented for value visualizers.
Unit RVReportShapeItem;
Syntax
TRVShapeItemInfo = class (TRVRectItemInfo)
TObject TPersistent TCustomRVItemInfo TRVNonTextItemInfo TRVSimpleRectItemInfo TRVRectItemInfo |
This object can draw shapes such as polygons, stars, emoticons, flags.
The shape is defined ShapeProperties. Its size is specified in Width and Height and EqualSides properties.
The shape is colored using Color, StartColor, GradientType, Opacity properties. It is outlined using LineColor, LineWidth, LineUsesFillColor properties.
The object background is filled using BackgroundColor and BackgroundOpacity properties.
The StyleNo of this item is rvsShape (-211).
•TRVShape component