TurboDB VCL Component Library

TTdbBlobProvider.LinkedBlobFileName Property

TTdbBlobProvider

Previous  Top  Next

Indicates the file name in the case of a linked blob.

Delphi syntax:

property LinkedBlobFileName: string read FLinkedBlobFileName;

C++ syntax:

__property System::String LinkedBlobFileName = {read=FLinkedBlobFileName, write=FLinkedBlobFileName};

Description

Read this property to learn the the file name of a linked blob.

See also

TTdbBlobProvider.DataSource