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

TCustomGrid.SetColCount

Sets the value in the ColCount property.

Declaration

Source position: grids.pas line 1161

protected procedure TCustomGrid.SetColCount(

  AValue: Integer

); virtual;

Arguments

AValue

  

New value for the property.

See also

TCustomGrid.ColCount

  

Number of columns in the grid.