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

TCustomGrid.IsColumnIndexVariable

True when the column index is in the range FixedCols..ColCount-1.

Declaration

Source position: grids.pas line 1113

protected function TCustomGrid.IsColumnIndexVariable(

  AIndex: Integer

):Boolean;

Arguments

AIndex

  

Column index position checked in the method.

Function result

True when the column index is in the range FixedCols..ColCount-1.