Vcl.Grids.TCustomGrid.MoveRow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure MoveRow(FromIndex, ToIndex: Longint);

C++

void __fastcall MoveRow(int FromIndex, int ToIndex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Beschreibung

Verschiebt eine Zeile an eine andere Position.

Mit MoveRow können Sie die im Parameter FromIndex angegebene Zeile an die Position verschieben, die im Parameter ToIndex angegeben ist.

Siehe auch