FMX.Grid.TCustomGrid.OnColumnMoved
Delphi
property OnColumnMoved: TColumnMovedEvent read FOnColumnMoved write FOnColumnMoved;
C++
__property TColumnMovedEvent OnColumnMoved = {read=FOnColumnMoved, write=FOnColumnMoved};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Occurs immediately after a column is moved.
Write an OnColumnMoved event handler to take specific actions when the column in this grid is moved.