RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.BlobBuffer Property

Reserves a buffer for storing BLOB values.

Pascal
property BlobBuffer: TBlobByteData;
C++
__property TBlobByteData BlobBuffer;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!