FMX.Grid.TCustomGrid.SelectCell

提供:RAD Studio API Documentation

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 メソッドは変更の後に発生します。

関連項目