Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRBlobStream
Hierarchy    Properties    Methods
Previous  Top  Next


Unit
ACRMain

Description
Use TACRBlobStream to access or modify the value of a BLOB field object. BLOB field objects are TBlobField objects and descendants of TBlobField such as TGraphicField and TMemoField. BLOB fields use BLOB streams to implement a lot of of their data access properties and methods.
TACRBlobStream allows objects to write to or read from BLOB field data of any type by means of using the uniform stream interface.To use a BLOB stream, create an instance of TACRBlobStream, use the methods of the stream to read or write the data, and then free the BLOB stream. Do not use the same instance of TACRBlobStream to access data from more than one record. Instead, create a new TACRBlobStream object every time you need to read or write BLOB data on a new record.



© AidAim Software Accuracer: