Hide Comments
Hide Comments

Comments (0)

Defines the method signature for a value comparison event handler, which compares two values of a TRSChartValues collection. The List parameter contains the TRSChartValues, and the Index1 and Index2 parameters specify the values to compare.

alert_noteNotes to Implementers

The List parameter specifies the collection being sorted and the Index1 and Index2 parameters specify the indices being compared. The function should return -1 if Items[Index1] is supposed to be less than Items[Index2], 0 if equal, and 1 if Items[Index1] is greater than Items[Index2].

Namespace: FMX.RS.ChartPanel

expandingSyntax

Delphi

type
  TValuesSortCompare = function(List: TRSChartValues; Index1, Index2: Integer): Integer;
 

Parameters

List

Type: TRSChartValues

Index1

Type: Integer

Index2

Type: Integer

Return Value

Type: Integer

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb