[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBCtrls' (#lcl)

TDBRadioGroup.Values

The values of the strings in Items.

Declaration

Source position: dbctrls.pp line 631

published property TDBRadioGroup.Values : TStrings
  read FValues
  write SetValues;

Description

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.

See also

TDBRadioGroup.Items

  

Contains the string values used as captions for radio buttons in the grouped data-aware control.

TDBRadioGroup.ItemIndex

  

Ordinal position for the selected radio button in the group.

TDBRadioGroup.Value

  

The value for the selected radio button in the control.

TDBRadioGroup.DataChange

  

Updates the control display value when the linked dataset is repositioned.


Version 4.0 Generated 2025-05-03 Home