Create(Grid: IDataGrid; Column: IDataGridColumn; LeftRow: Integer; RightRow: Integer);
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.
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: