Data.DB.TBlobType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBlobType = ftBlob..ftWideMemo;

C++

typedef TFieldType TBlobType;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TBlobType indicates the type of a BLOB field.

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



See Also