[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Columns property.
Source position: extctrls.pp line 885
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. |
Version 4.0 | Generated 2025-05-03 | Home |