TurboDB VCL Component Library

TTdbBlobProvider.FieldName Property

TTdbBlobProvider

Previous  Top  Next

Defines the database column of the blob.

Delphi syntax:

property FieldName: string read GetFieldName write SetFieldName;

C++ syntax:

__property System::String FieldName = {read=GetFieldName, write=SetFieldName};

Description

This property determines in which field of the data source the blob is read and written.

See also

TTdbBlobProvider.DataSource