Vcl.Grids.TCustomGrid.MoveColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MoveColumn(FromIndex, ToIndex: Longint);

C++

void __fastcall MoveColumn(int FromIndex, int ToIndex);

Properties

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

Description

Moves a column to a new position.

Call MoveColumn to move the column identified by the FromIndex parameter to the position specified by the ToIndex parameter.

See Also