DataGridCompareEventArgs
Description
The DataGridCompareEventArgs class implements argument of the event that occurs on comparison of column values within custom sorting of the DataGrid component.
Constructors
|
Constructor name |
Brief description |
|
Create |
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. |
|
Property name |
Brief description |
|
Compare |
The Compare property determines whether the sorting is executed. |
|
LeftRow |
The LeftRow property returns the index of the first string to compare. |
|
RightRow |
The RightRow property returns the index of the second string to compare. |
|
Property name |
Brief description |
|
Column |
The Column property returns the column, for which the event is generated. |
|
Property name |
Brief description |
|
Grid |
The Grid property returns the table, for which any event is generated. |
See also:
ExtCtrls Assembly Classes