FMX.Grid.TGridModel.MoveColumn

提供:RAD Studio API Documentation

Delphi

procedure MoveColumn(const OldIndex, NewIndex: Integer);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


説明

OldIndex にある列番号を、NewIndex に変更します。

関連項目