Data.DB.TBlobByteData

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DynamicArray<System::Byte> TBlobByteData;

Properties

Type Visibility Source Unit Parent
typedef public Data.DB.hpp Data.DB Data.DB

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.

See Also