Icon SetBlobData Method

void __fastcall SetBlobData(void * Buffer, int Size)

Usage

Call the SetBlobData method to set the value of a parameter from a buffer. The SetBlobData method 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.
Image