[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sort method
Source position: grids.pas line 971
protected procedure TCustomGrid.Sort( |
ColSorting: Boolean; |
index: Integer; |
IndxFrom: Integer; |
IndxTo: Integer |
); virtual; |
Method to sort all items in the grid
If ColSorting is True, sorts the items in a column; otherwise sorts a row
The three given indexes specify the items to be sorted
lazarus-ccr.sourceforge.net |