[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sort column or row specified by index and optionally by FromIndex and ToIndex; IsColumn specifies whether col or row is to be sorted
Source position: grids.pas line 1368
public procedure TCustomDrawGrid.SortColRow( |
IsColumn: Boolean; |
index: Integer |
); overload; |
IsColumn: Boolean; |
Index: Integer; |
FromIndex: Integer; |
ToIndex: Integer |
); overload; |
lazarus-ccr.sourceforge.net |