[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs a comparison between the specified cells in the grid control.
Source position: grids.pas line 1024
protected function TCustomGrid.DoCompareCells( |
Acol: Integer; |
ARow: Integer; |
Bcol: Integer; |
BRow: Integer |
):Integer; virtual; |
Acol |
|
Column number for the cell. |
ARow |
|
Row number for the cell. |
Bcol |
|
Column number for the cell. |
BRow |
|
Row number for the cell. |
Relative sort order for the compared cells.
DoCompareCells signals the OnCompareCells event handler (when assigned) to perform the comparison. The return value contains the relative sort order for the compared cells, and uses the following values:
When OnCompareCells is not assigned, the return value is always 0.
|
Event handler signalled to compare the content in grid cells. |
Version 4.0 | Generated 2025-05-03 | Home |