[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The values of the strings in Items.
Source position: dbctrls.pp line 631
published property TDBRadioGroup.Values : TStrings |
Values is a TStrings property which contains strings entries that can be stored as the Value for the control. Values is used in conjunction with the Items property, which defines the captions displayed for the radio buttons in the grouped control.
Assigning a new value to the property causes the DataChange method to be called after assigning the new property value.
|
Contains the string values used as captions for radio buttons in the grouped data-aware control. |
|
|
Ordinal position for the selected radio button in the group. |
|
|
The value for the selected radio button in the control. |
|
|
Updates the control display value when the linked dataset is repositioned. |
Version 4.0 | Generated 2025-05-03 | Home |