FMX.Grid.TGridModel.MoveColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MoveColumn(const OldIndex, NewIndex: Integer);

C++

void __fastcall MoveColumn(const int OldIndex, const int NewIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Changes to NewIndex the column number of the column at OldIndex.

See Also