[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sorts rows or columns in the grid.
Source position: grids.pas line 1174
protected procedure TCustomGrid.Sort( |
ColSorting: Boolean; |
index: Integer; |
IndxFrom: Integer; |
IndxTo: Integer |
); virtual; |
ColSorting |
|
Indicates if the sort is performed for a column or a row. |
Sort is a method used to sort items in the grid. When ColSorting is True, it sorts the items in a column. Otherwise, it sorts a row. The three index values specify the items to be sorted.
lazarus-ccr.sourceforge.net |