TurboDB VCL Component Library

TTdbBlobProvider.BlobDataStream Property

TTdbBlobProvider

Previous  Top  Next

Refers to a stream which can read and write blobs.

Delphi syntax:

property BlobDataStream: TStream read FBlobDataStream;

C++ syntax:

__property TStream BlobDataStream = {read=FBlobDataStream};

Description

Use BlobDataStream to read embedded blobs from a database table or write them into it.