FMX.Grid.TCustomGrid.SelectCell

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SelectCell(Col, Row: Integer); inline;

C++

void __fastcall SelectCell(int Col, int Row);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid


Description

Sélectionne la cellule ayant l'index de colonne et de ligne spécifié.

La méthode DoSelectCell se produit avant la modification. DoSelChanged se produit après la modification.

Voir aussi