[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides access to the dataset with content for the control.
Source position: dbctrls.pp line 1124
published property TDBGroupBox.DataSource : TDataSource |
DataSource is a TDataSource property which provides access to the content for the data-aware control. DataSource is used in conjunction with the Field property to determine the dataset and field definition used when reading the value for the control.
Read and write access to the property value is redirected to the DataSource property in the internal TFieldDataLink instance used in the control. Assigning a new value to the property causes the ChangeDataSource routine to be called to apply the value to the internal TFieldDataLink instance.
Use the DataField property to specify the field name accessed in the linked dataset.
|
Contains the name of the field with the value for the control. |
|
|
FieldName - the name of the attached field, stored as a string. |
|
|
Performs actions needed when the datasource in a control with the specified data link is changed. |
|
Version 4.0 | Generated 2025-05-03 | Home |