RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TBlobByteData Type

TBlobByteData stores the contents of a Binary Large Object (BLOB) field.

Pascal
TBlobByteData = array of Byte;
C++
array of Byte TBlobByteData;

DB

TBlobByteData is the type for buffers that store information from a BLOB field. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!