Vcl.Grids.TDrawGrid.OnRowMoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRowMoved: TMovedEvent read FOnRowMoved write FOnRowMoved;

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