Data.DB.TBlobByteData

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: typedef
Visibility: public
Source: Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

C++

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

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