[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TBlobField.BlobType

Type of blob

Declaration

Source position: db.pas line 827

published property TBlobField.BlobType: TBlobType
  read FBlobType
  write FBlobType;

Description

BlobType is an alias for TField.DataType, but with a restricted set of values. Setting BlobType is equivalent to setting the TField.DataType property.

See also

TField.DataType

  

The data type of the field.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.