FMX.Grid.TGridModel.SelectCell

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SelectCell(const ACol, ARow: Integer); overload;

C++

void __fastcall SelectCell(const int ACol, const int ARow)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


Beschreibung

Wählen Sie die Zelle mit der angegebenen Zeilen- und Spaltennummer aus.

OnSelectCell tritt vor der Änderung und OnSelChanged nach der Änderung ein.

Siehe auch