Data.SqlExpr.TCustomSQLDataSet.BlobBuffer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TCustomSQLDataSet

Delphi

property BlobBuffer: TBlobByteData read FBlobBuffer write FBlobBuffer;

C++

__property Data::Db::TBlobByteData BlobBuffer = {read=FBlobBuffer, write=FBlobBuffer};

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