[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws the focus rectangle for the specified cell.
Source position: grids.pas line 1068
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.
Version 4.0 | Generated 2025-05-03 | Home |