FMX.Grid.TCustomGrid.IsSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsSelected(Row: Integer): Boolean;

C++

bool __fastcall IsSelected(int Row);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

Returns whether the specified row is selected or not.

IsSelected returns True if the row whose index is given through the Row parameter is selected. Otherwise, IsSelected returns False.

See Also