DB.TBlobByteData
From RAD Studio VCL Reference
Delphi Information
From DB.pas
TBlobByteData = array of Byte;
Unit: DB
Type: array
C++ Information
From DB.hpp
typedef System::DynamicArray<unsigned char> TBlobByteData;
Unit: DB
Type: typedef
Description
TBlobByteData stores the contents of a Binary Large Object (BLOB) field.
TBlobByteData is the type for buffers that store information from a BLOB field.