FMX.Grid.TGridValues.MoveCells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Moves all grid values from the specified source column to the specified destination column if OnlyClear is True, or completely removes that column if OnlyClear is False.

See Also