FMX.Grid.TGridModel.Row

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Row: Integer read FRow write SetRow;

C++

__property int Row = {read=FRow, write=SetRow, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


Description

Le numéro de ligne de la cellule sélectionnée ou -1 si aucune cellule n'est sélectionnée.

Voir aussi