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

TDBRadioGroup.Field

The DataSet Field relevant to the data being selected.

Declaration

Source position: dbctrls.pp line 597

public property TDBRadioGroup.Field : TField
  read GetField;

Description

Field is a read-only TField property which contains the definition used to access the field in the linked dataset where the Value for the data-aware control is stored. Read access for the property value is redirected to the Field property in DataLink.

Use DataSource to assign the component which provides access to the linked dataset.

Use DataField to access the name of the field in the linked dataset.

See also

TDBRadioGroup.DataLink

  

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

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.Value

  

The value for the selected radio button in the control.

TField


Version 4.0 Generated 2025-05-03 Home