RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBlobField.BlobType Property

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

Pascal
property BlobType: TBlobType;
C++
__property TBlobType BlobType;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!