Data.SqlExpr.TCustomSQLDataSet.BlobBuffer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobBuffer: TBlobByteData read FBlobBuffer write FBlobBuffer;

C++

__property System::DynamicArray<System::Byte> BlobBuffer = {read=FBlobBuffer, write=FBlobBuffer};

Properties

Type Visibility Source Unit Parent
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

Description

Reserves a buffer for storing BLOB values.

SQL datasets use the BlobBuffer property to allocate a special buffer for holding BLOB data. Applications do not access this protected property.

See Also