[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled to compare the content in cells
Source position: grids.pas line 1547
public property TCustomDrawGrid.OnCompareCells : TOnCompareCells; |
Signalled from the DoCompareCells method (when assigned) when the Sort method is executed for the grid control. It occurs before the DoOPExchangeColRow method has been called yo change the order for the Columns on the grid control.
|
Exchanges column or row values at the specified positions. |
|
|
Performs an exchange of values for the columns or rows with the specified indexes. |
|
|
Performs a comparison between the specified cells in the grid control. |
|
|
Sorts rows or columns in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |