Vcl.Grids.TDrawGrid.OnRowMoved
Delphi
property OnRowMoved;
C++
__property OnRowMoved;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TDrawGrid |
Description
Occurs immediately after the position of a row changes.
Vcl.Grids.TDrawGrid.OnRowMoved inherits from Vcl.Grids.TCustomDrawGrid.OnRowMoved. All content below this line refers to Vcl.Grids.TCustomDrawGrid.OnRowMoved.
Occurs immediately after the position of a row changes.
Write an OnRowMoved event handler to provide special processing whenever a row in the grid changes position. Rows can be moved programmatically or by user manipulation. OnRowMoved does not occur unless the Options property includes goRowMoving
.
See Also
Code Examples