TImageEnDBView.DataSource
Declaration
property DataSource: TDataSource;
Description
DataSource links the image control to a dataset.
Use DataSource to link the image control to a dataset in which the data can be found.
To fully specify a database field for the image control, both the dataset and a field within that dataset must be defined.
Use the
DataField property to specify the particular field within the dataset.