[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides access to the linked dataset for the control.
Source position: dbctrls.pp line 380
public property TCustomDBListBox.DataSource : TDataSource |
DataSource is a TDataSource property which contains the component used to access the linked dataset for the control. Read and write access for the property value are redirected to the DataSource property in the internal TFieldDataLink instance for the control. Changing the value in DataSource causes the ChangeDataSource routine to be called to perform notification events and assignments for the TFieldDataLink instance.
Use DataField to specify the name of the field in the linked dataset used to store the value selected in the control. Use Field to access the field definition and metadata for the column represented by DataField.
|
Name for the field in the linked dataset used in the control. |
|
|
Field definition in the linked dataset for the control. |
|
|
Performs actions needed when the datasource in a control with the specified data link is changed. |
|
Version 4.0 | Generated 2025-05-03 | Home |