Sets the value for the Columns property.
Source position: extctrls.pp line 836
protected procedure TCustomCheckGroup.SetColumns( |
Value: Integer |
); |
Value |
|
New value for the property. |
Raises an Exception if the new property value is less than 1. At minimum, a single column is required.
Re-displays the control using the required number of Columns.
|
Columns is the number of columns in which the Items (check boxes) are arranged. |