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

TCustomDrawGrid.OnColRowExchanged

Event handler signalled when a column or row has been exchanged with another.

Declaration

Source position: grids.pas line 1543

public property TCustomDrawGrid.OnColRowExchanged : TGridOperationEvent
  read FOnColRowExchanged
  write FOnColRowExchanged;

Description

Signalled from the ColRowExchanged method (when assigned). It occurs after the columns or rows have been swapped using the internal virtual grid for the class instance.

See also

TCustomDrawGrid.ColRowExchanged

  

Performs actions needed when column or row data at the specified positions are exchanged in the grid control.

TVirtualGrid.ExchangeColRow

  

Exchanges values for the current column or row with those at the specified position.


Version 3.2 Generated 2024-02-25 Home