Data.DB.TBlobField.BlobType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobType: TBlobType read GetBlobType write SetBlobType default ftBlob;

C++

__property TBlobType BlobType = {read=GetBlobType, write=SetBlobType, default=15};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TBlobField

Description

Identifies the type of the BLOB field associated with a BLOB field object.

Use BlobType to set or read the data type for the BLOB data associated with the field component.

Specify BlobType when using a TBlobField object to represent a BLOB field type that isn't directly supported (such as a formatted memo BLOB). BlobType ensures that the BLOB type in the dataset matches the expected field type.

See Also