TurboDB VCL Component Library

TTdbBlobProvider.BlobFormatName Property

TTdbBlobProvider

Previous  Top  Next

Indicates the format name of the the current blob.

Delphi syntax:

property BlobFormatName: string read FBlobFormatName;

C++ syntax:

__property String BlobFormatName = {read=FBlobFormatName};

Description

Read this property to retrieve a human readable name for the image format that is currently active.

See also

TTdbBlobProvider.BlobFormat