ImageEn, unit dbimageenvect

TImageEnDBVect.DataField

TImageEnDBVect.DataField


Declaration

property DataField: string;


Description

DataField specifies the field from which the database image displays data.

Use DataField to bind the image control to a field in the dataset.
To fully specify a database field, both the dataset and the field within that dataset must be defined.
The DataSource property of the image control specifies the dataset which contains the DataField. DataField should specify a graphic field.