[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The DataSet Field relevant to the data being selected.
Source position: dbctrls.pp line 597
public property TDBRadioGroup.Field : TField |
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.
|
Provides access to properties, methods, and events for the data-aware control. |
|
|
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. |
|
|
The value for the selected radio button in the control. |
|
Version 4.0 | Generated 2025-05-03 | Home |