Skip to main content

Create(TdxSparklineProperties) Constructor

Creates a new categories property set.

Declaration

constructor Create(AOwner: TdxSparklineProperties); virtual;

Parameters

Name Type
AOwner TdxSparklineProperties

Remarks

This constructor supports the internal infrastructure and is not intended to be used directly in your code.

The sparkline editor’s constructor calls this constructor internally to create the categories property set available via the Properties.Categories property. This constructor creates a property set accessible via the DataBinding property.

See Also