RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TBlobType Type

TBlobType indicates the type of a BLOB field.

Pascal
TBlobType = ftBlob..ftWideMemo;
C++
ftBlob..ftWideMemo TBlobType;

TBlobType represents a range of TFieldType values. These are the possible values of BlobType:

Value 
Description 
ftBlob  
Binary Large Object field  
ftMemo  
Text memo field  
ftGraphic  
Bitmap field  
ftFmtMemo  
Formatted text memo field  
ftParadoxOle  
Paradox OLE field  
ftDBaseOle  
dBASE OLE field  
ftTypedBinary  
Typed binary field  
ftOraBlob  
BLOB fields in Oracle 8 tables  
ftOraClob  
CLOB fields in Oracle 8 tables  

 

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