FMX.Grid.TCustomGrid.SelectCell
Delphi
procedure SelectCell(Col, Row: Integer); inline;
C++
void __fastcall SelectCell(int Col, int Row);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		public | FMX.Grid.pas FMX.Grid.hpp  | 
        FMX.Grid | TCustomGrid | 
説明
指定されたインデックスの列および行のセルを選択します。
DoSelectCell メソッドは変更の前に発生し、DoSelChanged メソッドは変更の後に発生します。