TurboDB VCL Component Library

TTdbBlobProvider.Picture Property

TTdbBlobProvider

Previous  Top  Next

Provides the picture of the current blob.

Delphi syntax:

property Picture: TPicture read GetPicture write SetPicture;

C++ syntax:

__property TPicture * Picture = {read=GetPicture, write=SetPicture};

Description

The LoadBlob method loads the blob from the data source and creates a picture that is then available through the Picture property.

See also

LoadBlob method