[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TCustomDrawGrid.SortColRow

Sort column or row specified by index and optionally by FromIndex and ToIndex; IsColumn specifies whether col or row is to be sorted

Declaration

Source position: grids.pas line 1313

public procedure TCustomDrawGrid.SortColRow(

  IsColumn: Boolean;

  index: Integer

); overload;

procedure TCustomDrawGrid.SortColRow(

  IsColumn: Boolean;

  Index: Integer;

  FromIndex: Integer;

  ToIndex: Integer

); overload;