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.
Notes 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
Delphi |
type |