FMX.Grid.TGridModel.MoveColumnInCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MoveColumnInCache(const OldIndex, NewIndex: Integer);

C++

void __fastcall MoveColumnInCache(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

Moves the column with the specified column number (OldIndex) to the specified column number (NewIndex) in the internal cache.

See Also