RAD Studio VCL Reference
ContentsIndex
TIBBlobStream Methods Public Methods
Public Methods
 
Name 
Description 
 
Call 
Returns an error message based on the error code. 
 
Cancels all changes to the BLOB field, reverting to its state when the Blob stream was created. 
 
Indicates whether or not a Blob is readable. 
 
Indicates whether or not a Blob is write-able. 
 
Creates a Blob on the InterBase server and writes the data from the BlobStream to it. 
 
Loads a Blob from a file to the field. 
 
Loads a Blob from a stream into the field. 
 
Read 
Reads up to Count bytes from the current position in the field's data into Buffer. 
 
Saves the contents of the Blob field to a file. 
 
Saves the contents of the BLOB field to a stream. 
 
Seek 
Resets the current position of the TIBBlobStream object. 
 
Set the new total size of the Blob. 
 
Discards all data in the Blob field from the current position on. 
 
Writes Count bytes from Buffer to the current position in the field and updates the current position by Count bytes. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.