API:Vcl.DBGrids.TCustomDBGrid.EndColumnDrag
Delphi
function EndColumnDrag(var Origin, Destination: Integer; const MousePt: TPoint): Boolean; override;
C++
DYNAMIC bool __fastcall EndColumnDrag(int &Origin, int &Destination, const System::Types::TPoint &MousePt);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TCustomDBGrid |
Beschreibung
Beendet das Ziehen einer Spalte im Gitter. {{#multireplace:Vcl.DBGrids.TCustomDBGrid.EndColumnDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Grids.TCustomGrid.EndColumnDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Grids.TCustomGrid.EndColumnDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.