[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TCustomGrid.GetIsCellSelected

GetIsCellSelected - returns True if the given cell is selected

Declaration

Source position: grids.pas line 1009

protected function TCustomGrid.GetIsCellSelected(

  aCol: Integer;

  aRow: Integer

):Boolean; virtual;