Vcl.Grids.TCustomGrid.MoveRow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure MoveRow(FromIndex, ToIndex: Longint);

C++

void __fastcall MoveRow(int FromIndex, int ToIndex);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Déplace une ligne à une nouvelle position.

Appelez la méthode MoveRow pour déplacer la ligne d'indice FromIndex à la position spécifiée par le paramètre ToIndex.

Voir aussi