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

関連項目