FMX.Grid.TGridValues.MoveRow
Delphi
procedure MoveRow(const OldRow, NewRow: Integer); inline;
C++
void __fastcall MoveRow(const int OldRow, const int NewRow);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGridValues |
Description
Clears the values of the row with the specified row number if OnlyClear is True, or completely removes that row if OnlyClear is False.