TdxSparklineCategories.Values Property
In This Article
Provides indexed access to the data controller’s records.
#Declaration
Delphi
property Values[Index: Integer]: Variant read;
#Property Value
Type |
---|
Variant |
#Remarks
You can use this property to access an individual value within the data controller. The maximum index is the ValueCount property value minus one.
See Also