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

TCustomDBGrid.GetIsCellTitle

Determines whether the specified cell is a fixed cell title for the grid control.

Declaration

Source position: dbgrids.pas line 479

protected function TCustomDBGrid.GetIsCellTitle(

  aCol: Integer;

  aRow: Integer

):Boolean; override;

Description

Re-implements the method from the ancestor class.