[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Field definition in the linked dataset for the control.
Source position: dbctrls.pp line 378
public property TCustomDBListBox.Field : TField |
Field is a read-only TField property which contains the field definition used to access a column defined in the linked dataset for the control. Read access to the property is redirected to the Field property in the internal TFieldDataLink instance used in the control.
Use the DataField property to specify the field name updated when a value is selected using the control. Use DataSource to specify the datasource component for the linked dataset.
|
Name for the field in the linked dataset used in the control. |
|
|
Provides access to the linked dataset for the control. |
|
|
The Field to which the datalink is attached. |
|
Version 4.0 | Generated 2025-05-03 | Home |