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

TCustomGrid.SetFixedCols

Sets the value for the FixedCols property.

Declaration

Source position: grids.pas line 1168

protected procedure TCustomGrid.SetFixedCols(

  const AValue: Integer

); virtual;

Arguments

AValue

  

New value for the property.

See also

TCustomGrid.FixedCols

  

The number of fixed columns in the grid.