DataGridCompareEventArgs.Create

Syntax

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

Parameters

Grid - the table for which the event is generated.

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

LeftRow - the index of the first string to compare.

RightRow - the index of the second string to compare.

Description

The Create constructor creates argument of the event following the comparison of the values of two strings within custom sorting in the DataGridcomponent.

See also:

DataGridCompareEventArgs