FMX.Grid.TStringGrid.OnColumnMoved
Delphi
property OnColumnMoved: TColumnMovedEvent read FOnColumnMoved write FOnColumnMoved;
C++
__property OnColumnMoved;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TStringGrid |
Description
Occurs immediately after a column is moved.
FMX.Grid.TStringGrid.OnColumnMoved inherits from FMX.Grid.TCustomGrid.OnColumnMoved. All content below this line refers to FMX.Grid.TCustomGrid.OnColumnMoved.
Occurs immediately after a column is moved.
Write an OnColumnMoved event handler to take specific actions when the column in this grid is moved.