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

TCustomDBGrid.DrawCell

DrawCell renders the specified grid cell using the supplied drawing state.

Declaration

Source position: dbgrids.pas line 448

protected procedure TCustomDBGrid.DrawCell(

  aCol: Integer;

  aRow: Integer;

  aRect: TRect;

  aState: TGridDrawState

); override;

Arguments

aCol

  

Column number for the cell.

aRow

  

Row number for the cell.

aState

  

Drawing state for the cell.

Description

DrawCell is used to render a cell at the specified coordinates with the specified drawing state.