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

TDBRadioGroup.Items

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

Declaration

Source position: dbctrls.pp line 620

published property TDBRadioGroup.Items : TStrings
  write SetItems;

Description

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.

See also

TDBRadioGroup.DataChange

  

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

TDBRadioGroup.ItemIndex

  

Ordinal position for the selected radio button in the group.

TDBRadioGroup.DataField

  

Name of the Field in the linked dataset where the control Value is stored.

TDBRadioGroup.DataSource

  

Provides access to the linked dataset and the field definition used in the control.

TDBRadioGroup.DataLink

  

Provides access to properties, methods, and events for the data-aware control.

TDBRadioGroup.Value

  

The value for the selected radio button in the control.

TCustomRadioGroup.Items

  

Contains the captions for the radio button displayed in the control.


Version 4.0 Generated 2025-05-03 Home