Performs actions needed to set the column count in the grid control.
Source position: grids.pas line 1106
protected procedure TCustomGrid.InternalSetColCount( |
ACount: Integer |
); |
ACount |
|
New column count for the control |
Called when a new value is assigned to the ColCount property (SetColCount).
|
Number of columns in the grid. |
|
|
Sets the value in the ColCount property. |