FMX.Grid.TCustomGrid.OnColumnMoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnColumnMoved: TColumnMovedEvent read GetOnColumnMoved write SetOnColumnMoved;

C++

__property TColumnMovedEvent OnColumnMoved = {read=GetOnColumnMoved, write=SetOnColumnMoved};

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.

See Also