FMX.Grid.TStringGrid.OnColumnMoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnColumnMoved: TColumnMovedEvent read GetOnColumnMoved write SetOnColumnMoved;

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.

See Also