TurboDB VCL Component Library

TTdbBlobProvider.DataSource Property

TTdbBlobProvider

Previous  Top  Next

Defines the data source for the blobs.

Delphi syntax:

property DataSource: TDataSource read GetDataSource write SetDataSource;

C++ syntax:

__property TDataSource * DataSource = {read=GetDataSource, write=SetDataSource};

Description

The blob provider reads from and writes to the defined data source.

See also

FieldName property