Icon Create Method

constructor Create(Field: TBlobField; Mode: TBlobStreamMode)

Usage

Call the constructor to obtain an instance of TDBISAMBlobStream for reading from or writing to a specific TBlobField object. The constructor links the TDBISAMBlobStream to the field object specified by the Field parameter. Mode specifies whether the stream will be used to read data (bmRead), write data (bmWrite) or modify data (bmReadWrite).
Image