Icon SetBlobData Method

procedure SetBlobData(Buffer: Pointer; Size: Integer)

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