Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.DrawTextInCell

Draws the text for a non-fixed cell in the grid.

Declaration

Source position: grids.pas line 1033

protected procedure TCustomGrid.DrawTextInCell(

  aCol: Integer;

  aRow: Integer;

  aRect: TRect;

  aState: TGridDrawState

); virtual;

Description

The implementation for DrawTextInCell is empty in TCustomGrid. It is overridden in descendent classes.