Property: DataSource

Links the TDBBarcode1D component to the dataset that contains the field it represents.

Syntax:

property DataSource: TDataSource;

Description:

Use DataSource to specify the data source component through which the data from a dataset component is provided to the TDBBarcode1D component. To fully specify a data field for the TDBBarcode1D component, both the dataset and a field within that dataset must be defined. Use the DataField property to specify the particular field within the dataset.

You can bind multiple TDBBarcode1D components to one data field in order to represent the data field with multiple barcode symbols.

Contents