FMX.Grid.TGridValues.MoveCells

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure MoveCells(const OldIndex, NewIndex: Integer; const ByRow: Boolean);

C++

void __fastcall MoveCells(const int OldIndex, const int NewIndex, const bool ByRow);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues


Beschreibung

Verschiebt alle Gitterwerte von der angegebenen Quellspalte auf die angegebene Zielspalte, wenn OnlyClear True ist, oder entfernt die Spalte vollständig, wenn OnlyClear False ist.

Siehe auch