DataGridCompareEventArgs

Description

The DataGridCompareEventArgs class implements argument of the event that occurs at comparison of column values within custom sorting of the DataGrid component.

Constructors

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

Properties inherited from IDataGridCompareEventArgs

  Property name Brief description
The Compare property determines whether the sorting is executed.
The LeftRow property returns the index of the first string to compare.
The RightRow property returns the index of the second string to compare.

Properties inherited from IDataGridColumnEventArgs

  Property name Brief description
The Column property returns the column, for which the event is generated.

Properties inherited from IDataGridEventArgs

   Property name Brief description
Grid The Grid property returns the table, for which any event is generated.

See also:

ExtCtrls Assembly Classes