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

TField.AsBytes

Retrieve the contents of the field as an array of bytes

Declaration

Source position: db.pas line 422

public property TField.AsBytes : TBytes
  read GetAsBytes
  write SetAsBytes;

Description

AsBytes returns the contents of the field as an array of bytes. For blob data this is the actual blob content.

See also

TBlobField

  

Base class for BLOB field data


Documentation generated on: Jun 15 2021