Draws the focus rectangle for the specified cell.
Source position: grids.pas line 1043
protected procedure TCustomGrid.DrawFocusRect( |
aCol: Integer; |
aRow: Integer; |
ARect: TRect |
); virtual; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
ARect |
|
TRect instance with the bounds for the cell. |
DrawFocusRect has an empty implementation in TCustomGrid. It is overridden in descendent classes.