RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParam.SetBlobData Method

Copies a new value for the parameter in physical database format from Buffer.

Pascal
procedure SetBlobData(Buffer: Pointer; Size: Integer);
C++
__fastcall SetBlobData(void * Buffer, int Size);

Use SetBlobData to set the value of a parameter from a buffer that contains data from a Binary Large Object (BLOB) field. SetBlobData copies the number of bytes specified by the Size parameter from the buffer specified by the Buffer parameter, and sets the DataType property to ftBlob. 

 

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