Mode used when creating a blob stream.
Source position: db.pas line 1066
type TBlobStreamMode = ( |
||
bmRead, |
|
Read blob data. |
bmWrite, |
|
Write blob data. |
bmReadWrite |
|
Read and write blob data. |
); |
TBlobStramMode is used when creating a stream for reading BLOB data. It indicates what the data will be used for: reading, writing or both.