Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBlobField.BlobType

Type of blob.

Declaration

Source position: db.pas line 1104

published property TBlobField.BlobType : TBlobType
  read GetBlobType
  write SetBlobType
  default ftBlob;

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.


Documentation generated on: Jul 24 2023