Data.DB.TBlobField.BlobType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

property BlobType: TBlobType read GetBlobType write SetBlobType default ftBlob;

C++

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

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