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

TVirtualGrid.IsColumnIndexValid

Indicates if the specified ordinal column number is valid for the grid.

Declaration

Source position: grids.pas line 426

protected function TVirtualGrid.IsColumnIndexValid(

  AIndex: Integer

):Boolean;

Arguments

AIndex

  

Ordinal column number examined in the method.

Function result

True if the index is valid for the grid.