FMX.Grid.TCustomGrid.ColumnIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ColumnIndex: Integer read GetCol write SetCol;

C++

__property int ColumnIndex = {read=GetCol, write=SetCol, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

説明

選択されたセルを含む、列のインデックスを示します。

ColumnIndex を実行時に使用すると、グリッド内の現在の列を判断することができます。ColumnIndex を設定すると、フォーカスを、新しい列にある現在行のセルに移動させます。最初の列のインデックスは 0、2 番目は 1 のようになります。

関連項目