API:Vcl.Grids.TDrawGrid.OnColumnMoved

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnColumnMoved: TMovedEvent read FOnColumnMoved write FOnColumnMoved;

C++

__property OnColumnMoved;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TDrawGrid

Beschreibung

Tritt ein, nachdem sich die Position einer Spalte geändert hat.

Vcl.Grids.TDrawGrid.OnColumnMoved erbt von Vcl.Grids.TCustomDrawGrid.OnColumnMoved. Der folgende Inhalt bezieht sich auf Vcl.Grids.TCustomDrawGrid.OnColumnMoved.

Tritt ein, nachdem sich die Position einer Spalte geändert hat.

Mit OnColumnMoved können Sie bestimmte Aktionen durchführen, wenn sich die Position einer Gitterspalte ändert. Spaltenpositionen können programmseitig oder durch eine Benutzeraktion geändert werden. OnColumnMoved wird nur ausgelöst, wenn die Eigenschaft Options das Flag goColMoving enthält.

Siehe auch