[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the string values used as captions for radio buttons in the grouped data-aware control.
Source position: dbctrls.pp line 620
published property TDBRadioGroup.Items : TStrings |
Items is a published TStrings property in TDBRadioGroup. The write access specifier ( SetItems) is re-implemented in the class to perform the DataChange method after assigning the new values(s) in the property.
Use the Values property to define the strings that can be stored as the Value for the DataField in the control.
Use Value to access the element in Values for the current selection (ItemIndex) in the control.
|
Updates the control display value when the linked dataset is repositioned. |
|
|
Ordinal position for the selected radio button in the group. |
|
|
Name of the Field in the linked dataset where the control Value is stored. |
|
|
Provides access to the linked dataset and the field definition used in the control. |
|
|
Provides access to properties, methods, and events for the data-aware control. |
|
|
The value for the selected radio button in the control. |
|
|
Contains the captions for the radio button displayed in the control. |
Version 4.0 | Generated 2025-05-03 | Home |