Vcl.Grids.TCustomGrid.EndColumnDrag
Delphi
function EndColumnDrag(var Origin, Destination: Integer; const MousePt: TPoint): Boolean; dynamic;
C++
DYNAMIC bool __fastcall EndColumnDrag(int &Origin, int &Destination, const System::Types::TPoint &MousePt);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Beschreibung
Beendet das Ziehen einer Spalte im Gitter.
Mit EndColumnDrag beenden Sie eine Drag-Operation. Die Methode EndColumnDrag ermöglicht es dem Gitter, die Ablageposition der Spalte zu bestimmten. Die Methode ist als protected deklariert, so dass Nachkommen von TCustomGrid Drag-Operationen mit Spalten in Gittern anpassen können.