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

TCustomGrid.DrawFocusRect

Draws the focus rectangle for the specified cell.

Declaration

Source position: grids.pas line 1068

protected procedure TCustomGrid.DrawFocusRect(

  aCol: Integer;

  aRow: Integer;

  ARect: TRect

); virtual;

Arguments

aCol

  

Column number for the cell.

aRow

  

Row number for the cell.

ARect

  

TRect instance with the bounds for the cell.

Description

DrawFocusRect has an empty implementation in TCustomGrid. It is overridden in descendent classes.


Version 4.0 Generated 2025-05-03 Home