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

TCustomGrid.ColRowExchanged

ColRowExchanged - method for exchanging the current Column or Row (depending on value of IsCol) with the indexed other column or row

Declaration

Source position: grids.pas line 817

protected procedure TCustomGrid.ColRowExchanged(

  IsColumn: Boolean;

  index: Integer;

  WithIndex: Integer

); virtual;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.