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 compared row.

RightRow. Index of the second compared row.

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