Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.ColRowExchanged

Performs a notification when column or row data is exchanged in the grid.

Declaration

Source position: grids.pas line 979

protected procedure TCustomGrid.ColRowExchanged(

  IsColumn: Boolean;

  index: Integer;

  WithIndex: Integer

); virtual;

Description

ColRowExchanged has an empty implementation in TCustomGrid. It is implemented in descendent classes like TCustomDrawGrid to update the content in the grid and signal the OnColRowExchanged event handler (when assigned).