TTableRowComparator

Abstract base class for facilities that compare rows in a TTableModel.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TTableRowComparator

Source

Table.Row.Comparator.pas (26)

Methods

ScopeVisibilityResultNameDescription
InstancepublicTSortingPivotCreatePivot(Row: TInteger32)Returns a pivot to which other rows can be compared.
InstancepublicTSignCompare(LhsRow: TInteger32; Pivot: TSortingPivot)Returns a comparison value indicating whether LhsRow is less than (negative), equal to (zero) or greater than (positive) than the Pivot.