FMX.Grid.TGridModel.MoveColumn
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 に変更します。