Vcl.Grids.TCustomDrawGrid.ColumnMoved
Delphi
procedure ColumnMoved(FromIndex, ToIndex: Longint); override;
C++
DYNAMIC void __fastcall ColumnMoved(int FromIndex, int ToIndex);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomDrawGrid |
Description
Generates an OnColumnMoved event.
ColumnMoved is called immediately after a column in the grid has moved. It overrides the inherited method to generate an OnColumnMoved event. Descendants of TCustomDrawGrid can override this method to make internal adjustments or to block the OnColumnMoved event.