DataGridCompareEventArgs.Create

Syntax

Create(Grid: IDataGrid; Column: IDataGridColumn; LeftRow: Integer; RightRow: Integer);

Parameters

Grid - table, for which the event is generated.

Column - column, by values of which custom sorting is set.

LeftRow - index of the first string to compare.

RightRow - index of the second string to compare.

Description

The Create constructor creates an argument of the event following the comparison of the values of two rows within custom sorting in the DataGrid component.

See also:

DataGridCompareEventArgs