FMX.Grid.TCustomGrid.IsSelected
Delphi
function IsSelected(Row: Integer): Boolean;
C++
bool __fastcall IsSelected(int Row);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Renvoie si la ligne spécifiée est sélectionnée.
IsSelected renvoie True si la ligne dont l'index est donné par le paramètre Row est sélectionnée. Sinon, IsSelected renvoie False.