[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Items property.
Source position: extctrls.pp line 884
protected procedure TCustomCheckGroup.SetItems( |
Value: TStrings |
); |
Value |
|
New value for the property. |
Calls the Assign method in Items to store the specified Value. Updates the group by re-creating the check-box controls needed for the values in Items. Re-displays the control using the required number of Columns.
|
String list with the captions for the check boxes in the grouped edit control. |
|
|
Columns is the number of columns in which the Items (check boxes) are arranged. |
|
|
Updates both the Items and the number of controls per line. |
Version 4.0 | Generated 2025-05-03 | Home |