RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOBlobStream.Create Constructor

Creates a new TADOBlobStream object.

Pascal
constructor Create(Field: TBlobField; Mode: TBlobStreamMode);
C++
__fastcall TADOBlobStream(TBlobField Field, TBlobStreamMode Mode);

Call Create to obtain an instance of TADOBlobStream for reading from or writing to a specific BLOB field object. 

Create links the TADOBlobStream to the field object specified by the Field parameter. Mode specifies whether the BLOB stream will be used to read data (bmRead), write data (bmWrite) or modify data (bmReadWrite). 

 

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